Skip to content

Commit

Permalink
batman: Remove reference to compare_ether_addr
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and David S. Miller committed Sep 4, 2013
1 parent 951fd87 commit c3923b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/batman-adv/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c3923b7

Please sign in to comment.