2013-09-01 22:45:31

by Joe Perches

[permalink] [raw]
Subject: [PATCH] batman: Remove reference to compare_ether_addr

This function is being removed, rename the reference.

Signed-off-by: Joe Perches <[email protected]>
---
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)
{


2013-09-02 06:19:38

by Antonio Quartulli

[permalink] [raw]
Subject: Re: [PATCH] batman: Remove reference to compare_ether_addr

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 <[email protected]>

Acked-by: Antonio Quartulli <[email protected]>

Thanks a lot Joe

--
Antonio Quartulli

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


Attachments:
(No filename) (320.00 B)
signature.asc (836.00 B)
Digital signature
Download all attachments

2013-09-04 02:35:24

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] batman: Remove reference to compare_ether_addr

From: Joe Perches <[email protected]>
Date: Sun, 01 Sep 2013 15:45:08 -0700

> This function is being removed, rename the reference.
>
> Signed-off-by: Joe Perches <[email protected]>

Applied.