diff options
author | Wang Chen <wangchen@cn.fujitsu.com> | 2008-06-27 22:35:16 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-27 22:35:16 -0400 |
commit | 5dbaec5dc6a4895db8bf9765a867418481ed7311 (patch) | |
tree | d0eb0fec1d8acd940bb892e439584374c3f81b4f /net | |
parent | ec0d215f9420564fc8286dcf93d2d068bb53a07e (diff) |
netdevice: Fix typo of dev_unicast_add() comment
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | 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 c421a1f8f0b9..56b46579ff4e 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -2973,7 +2973,7 @@ EXPORT_SYMBOL(dev_unicast_delete); | |||
2973 | /** | 2973 | /** |
2974 | * dev_unicast_add - add a secondary unicast address | 2974 | * dev_unicast_add - add a secondary unicast address |
2975 | * @dev: device | 2975 | * @dev: device |
2976 | * @addr: address to delete | 2976 | * @addr: address to add |
2977 | * @alen: length of @addr | 2977 | * @alen: length of @addr |
2978 | * | 2978 | * |
2979 | * Add a secondary unicast address to the device or increase | 2979 | * Add a secondary unicast address to the device or increase |