]> Pileus Git - ~andy/linux/commitdiff
batman: Remove reference to compare_ether_addr
authorJoe Perches <joe@perches.com>
Sun, 1 Sep 2013 22:45:08 +0000 (15:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 02:34:48 +0000 (22:34 -0400)
This function is being removed, rename the reference.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/batman-adv/main.h

index 5d00f23b462158804e6d7d14b5c39a47030023df..24675523930fe6b17b7ee15e2b1eece635ff87fe 100644 (file)
@@ -254,7 +254,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)
 {