summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorBorislav Petkov2007-04-21 07:14:10 +0200
committerDavid S. Miller2007-04-26 07:29:33 +0200
commit38b4da383705394788aa09208917ba200792de4b (patch)
tree382d5a9fa3fe5ac109fdfc328a4e683eae0c34db /net/core/dev.c
parent[IrDA]: Misc spelling corrections. (diff)
downloadkernel-qcow2-linux-38b4da383705394788aa09208917ba200792de4b.tar.gz
kernel-qcow2-linux-38b4da383705394788aa09208917ba200792de4b.tar.xz
kernel-qcow2-linux-38b4da383705394788aa09208917ba200792de4b.zip
[NET]: Fix comments for register_netdev().
Correct the function name in the comments supplied with register_netdev() Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 431998d9cee9..f3b99701da5b 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -3130,7 +3130,7 @@ out:
* chain. 0 is returned on success. A negative errno code is returned
* on a failure to set up the device, or if the name is a duplicate.
*
- * This is a wrapper around register_netdev that takes the rtnl semaphore
+ * This is a wrapper around register_netdevice that takes the rtnl semaphore
* and expands the device name if you passed a format string to
* alloc_netdev.
*/