All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IPv6/addrconf:  Fix minor addrlabel thinko
@ 2009-09-08  6:04 Tushar Gohad
  2009-09-09 10:42 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Tushar Gohad @ 2009-09-08  6:04 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki; +Cc: netdev


Fix apparent thinko related to RTM_DELADDRLABEL, introduced by commit 2a8cc6c89039e0530a3335954253b76ed0f9339a.


Signed-off-by: Tushar Gohad <tgohad@mvista.com>
---
 include/linux/rtnetlink.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h
index ba3254e..adf2068 100644
--- a/include/linux/rtnetlink.h
+++ b/include/linux/rtnetlink.h
@@ -104,7 +104,7 @@
 	RTM_NEWADDRLABEL = 72,
 #define RTM_NEWADDRLABEL RTM_NEWADDRLABEL
 	RTM_DELADDRLABEL,
-#define RTM_NEWADDRLABEL RTM_NEWADDRLABEL
+#define RTM_DELADDRLABEL RTM_DELADDRLABEL
 	RTM_GETADDRLABEL,
 #define RTM_GETADDRLABEL RTM_GETADDRLABEL
 
-- 
1.6.3.3.202.g91879


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] IPv6/addrconf: Fix minor addrlabel thinko
  2009-09-08  6:04 [PATCH] IPv6/addrconf: Fix minor addrlabel thinko Tushar Gohad
@ 2009-09-09 10:42 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-09-09 10:42 UTC (permalink / raw)
  To: tgohad; +Cc: yoshfuji, netdev

From: Tushar Gohad <tgohad@mvista.com>
Date: Mon, 07 Sep 2009 23:04:03 -0700

> 
> Fix apparent thinko related to RTM_DELADDRLABEL, introduced by commit 2a8cc6c89039e0530a3335954253b76ed0f9339a.
> 
> 
> Signed-off-by: Tushar Gohad <tgohad@mvista.com>

Looks good to me, applied to net-next-2.6, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-09 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-08  6:04 [PATCH] IPv6/addrconf: Fix minor addrlabel thinko Tushar Gohad
2009-09-09 10:42 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.