[NET]: Fix wrong comments for unregister_net*

There are some return value comments for void functions.
Fixed it.

Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Wang Chen and committed by David S. Miller d59b54b1 bbe42974

+2 -4
+2 -4
net/core/dev.c
··· 3972 3972 * @dev: device 3973 3973 * 3974 3974 * This function shuts down a device interface and removes it 3975 - * from the kernel tables. On success 0 is returned, on a failure 3976 - * a negative errno code is returned. 3975 + * from the kernel tables. 3977 3976 * 3978 3977 * Callers must hold the rtnl semaphore. You may want 3979 3978 * unregister_netdev() instead of this. ··· 3990 3991 * @dev: device 3991 3992 * 3992 3993 * This function shuts down a device interface and removes it 3993 - * from the kernel tables. On success 0 is returned, on a failure 3994 - * a negative errno code is returned. 3994 + * from the kernel tables. 3995 3995 * 3996 3996 * This is just a wrapper for unregister_netdevice that takes 3997 3997 * the rtnl semaphore. In general you want to use this and not