diff --git a/[refs] b/[refs] index 0bc348980dd1..e431330e7a39 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bbe42974215eb7a483c344fca50652b3b9dd1ae4 +refs/heads/master: d59b54b150b3b69b721f1e161efd42ecb7619897 diff --git a/trunk/net/core/dev.c b/trunk/net/core/dev.c index 86d62611f2fc..26a3a3a15be0 100644 --- a/trunk/net/core/dev.c +++ b/trunk/net/core/dev.c @@ -3972,8 +3972,7 @@ void synchronize_net(void) * @dev: device * * This function shuts down a device interface and removes it - * from the kernel tables. On success 0 is returned, on a failure - * a negative errno code is returned. + * from the kernel tables. * * Callers must hold the rtnl semaphore. You may want * unregister_netdev() instead of this. @@ -3991,8 +3990,7 @@ void unregister_netdevice(struct net_device *dev) * @dev: device * * This function shuts down a device interface and removes it - * from the kernel tables. On success 0 is returned, on a failure - * a negative errno code is returned. + * from the kernel tables. * * This is just a wrapper for unregister_netdevice that takes * the rtnl semaphore. In general you want to use this and not