[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <485BC7CA.7060706@cn.fujitsu.com>
Date: Fri, 20 Jun 2008 23:07:54 +0800
From: Wang Chen <wangchen@...fujitsu.com>
To: "David S. Miller" <davem@...emloft.net>
CC: NETDEV <netdev@...r.kernel.org>, Patrick McHardy <kaber@...sh.net>
Subject: [PATCH] netdevice: Fix typo of dev_unicast_add() comment
Signed-off-by: Wang Chen <wangchen@...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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists