diff options
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 431998d9cee9..f3b99701da5b 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -3130,7 +3130,7 @@ out: | |||
3130 | * chain. 0 is returned on success. A negative errno code is returned | 3130 | * chain. 0 is returned on success. A negative errno code is returned |
3131 | * on a failure to set up the device, or if the name is a duplicate. | 3131 | * on a failure to set up the device, or if the name is a duplicate. |
3132 | * | 3132 | * |
3133 | * This is a wrapper around register_netdev that takes the rtnl semaphore | 3133 | * This is a wrapper around register_netdevice that takes the rtnl semaphore |
3134 | * and expands the device name if you passed a format string to | 3134 | * and expands the device name if you passed a format string to |
3135 | * alloc_netdev. | 3135 | * alloc_netdev. |
3136 | */ | 3136 | */ |