Re: [PATCH] batman: Remove reference to compare_ether_addr

2013-09-03 Thread David Miller
From: Joe Perches 
Date: Sun, 01 Sep 2013 15:45:08 -0700

> This function is being removed, rename the reference.
> 
> Signed-off-by: Joe Perches 

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] batman: Remove reference to compare_ether_addr

2013-09-03 Thread David Miller
From: Joe Perches j...@perches.com
Date: Sun, 01 Sep 2013 15:45:08 -0700

 This function is being removed, rename the reference.
 
 Signed-off-by: Joe Perches j...@perches.com

Applied.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] batman: Remove reference to compare_ether_addr

2013-09-02 Thread Antonio Quartulli
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 

Acked-by: Antonio Quartulli 

Thanks a lot Joe

-- 
Antonio Quartulli

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


signature.asc
Description: Digital signature


Re: [PATCH] batman: Remove reference to compare_ether_addr

2013-09-02 Thread Antonio Quartulli
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 j...@perches.com

Acked-by: Antonio Quartulli or...@autistici.org

Thanks a lot Joe

-- 
Antonio Quartulli

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


signature.asc
Description: Digital signature


[PATCH] batman: Remove reference to compare_ether_addr

2013-09-01 Thread Joe Perches
This function is being removed, rename the reference.

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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] batman: Remove reference to compare_ether_addr

2013-09-01 Thread Joe Perches
This function is being removed, rename the reference.

Signed-off-by: Joe Perches j...@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)
 {


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/