* [PATCH] netdevice: Fix typo of dev_unicast_add() comment
@ 2008-06-20 15:07 Wang Chen
2008-06-28 2:35 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Wang Chen @ 2008-06-20 15:07 UTC (permalink / raw)
To: David S. Miller; +Cc: NETDEV, Patrick McHardy
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
---
net/core/dev.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/core/dev.c b/net/core/dev.c
index 61beb4d..b32fbd0 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -2986,7 +2986,7 @@ EXPORT_SYMBOL(dev_unicast_delete);
/**
* dev_unicast_add - add a secondary unicast address
* @dev: device
- * @addr: address to delete
+ * @addr: address to add
* @alen: length of @addr
*
* Add a secondary unicast address to the device or increase
--
1.5.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] netdevice: Fix typo of dev_unicast_add() comment
2008-06-20 15:07 [PATCH] netdevice: Fix typo of dev_unicast_add() comment Wang Chen
@ 2008-06-28 2:35 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-06-28 2:35 UTC (permalink / raw)
To: wangchen; +Cc: netdev, kaber
From: Wang Chen <wangchen@cn.fujitsu.com>
Date: Fri, 20 Jun 2008 23:07:54 +0800
> Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-28 2:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20 15:07 [PATCH] netdevice: Fix typo of dev_unicast_add() comment Wang Chen
2008-06-28 2:35 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).