netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] batman: Remove reference to compare_ether_addr
@ 2013-09-01 22:45 Joe Perches
  2013-09-02  5:54 ` Antonio Quartulli
  2013-09-04  2:35 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Joe Perches @ 2013-09-01 22:45 UTC (permalink / raw)
  To: Marek Lindner, Simon Wunderlich, Antonio Quartulli
  Cc: David S. Miller, b.a.t.m.a.n, netdev, LKML

This function is being removed, rename the reference.

Signed-off-by: Joe Perches <joe@perches.com>
---
 net/batman-adv/main.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index 5e9aebb..7333cf8 100644
--- a/net/batman-adv/main.h
+++ b/net/batman-adv/main.h
@@ -253,7 +253,7 @@ static inline void batadv_dbg(int type __always_unused,
 
 /* returns 1 if they are the same ethernet addr
  *
- * note: can't use compare_ether_addr() as it requires aligned memory
+ * note: can't use ether_addr_equal() as it requires aligned memory
  */
 static inline int batadv_compare_eth(const void *data1, const void *data2)
 {

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] batman: Remove reference to compare_ether_addr
  2013-09-01 22:45 [PATCH] batman: Remove reference to compare_ether_addr Joe Perches
@ 2013-09-02  5:54 ` Antonio Quartulli
  2013-09-04  2:35 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Antonio Quartulli @ 2013-09-02  5:54 UTC (permalink / raw)
  To: Joe Perches
  Cc: Marek Lindner, Simon Wunderlich, David S. Miller, b.a.t.m.a.n,
	netdev, LKML

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

On Sun, Sep 01, 2013 at 03:45:08PM -0700, Joe Perches wrote:
> This function is being removed, rename the reference.
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Antonio Quartulli <ordex@autistici.org>

Thanks a lot Joe

-- 
Antonio Quartulli

..each of us alone is worth nothing..
Ernesto "Che" Guevara

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] batman: Remove reference to compare_ether_addr
  2013-09-01 22:45 [PATCH] batman: Remove reference to compare_ether_addr Joe Perches
  2013-09-02  5:54 ` Antonio Quartulli
@ 2013-09-04  2:35 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2013-09-04  2:35 UTC (permalink / raw)
  To: joe-6d6DIl74uiNBDgjK7y7TUQ
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	b.a.t.m.a.n-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	siwu-MaAgPAbsBIVS8oHt8HbXEIQuADTiUCJX,
	ordex-GaUfNO9RBHfsrOwW+9ziJQ, lindner_marek-LWAfsSFWpa4

From: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
Date: Sun, 01 Sep 2013 15:45:08 -0700

> This function is being removed, rename the reference.
> 
> Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-04  2:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-01 22:45 [PATCH] batman: Remove reference to compare_ether_addr Joe Perches
2013-09-02  5:54 ` Antonio Quartulli
2013-09-04  2:35 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).