summaryrefslogtreecommitdiff
path: root/net/batman-adv
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-01 22:45:08 (GMT)
committerDavid S. Miller <davem@davemloft.net>2013-09-04 02:34:48 (GMT)
commitc3923b7a3dae842017d1206f43e23cd9ba1148b9 (patch)
tree2e563e8ba6d528ccaea76b1edb0467775771986b /net/batman-adv
parent951fd874c3b014c4abf38a8e588d4687b98fedb4 (diff)
downloadlinux-fsl-qoriq-c3923b7a3dae842017d1206f43e23cd9ba1148b9.tar.xz
batman: Remove reference to compare_ether_addr
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>
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index 5d00f23..2467552 100644
--- a/net/batman-adv/main.h
+++ b/net/batman-adv/main.h
@@ -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)
{