From: Jaswinder Singh Rajput Date: Mon, 23 Nov 2009 04:43:13 +0000 (-0800) Subject: net: Fix missing kernel-doc notation X-Git-Tag: v2.6.33-rc1~388^2~242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ebfbc065624790772398f5b327ac33a7ae3880b;p=profile%2Fivi%2Fkernel-x86-ivi.git net: Fix missing kernel-doc notation Fix the following htmldocs warning: Warning(net/core/dev.c:5378): bad line: Signed-off-by: Jaswinder Singh Rajput Signed-off-by: David S. Miller --- diff --git a/net/core/dev.c b/net/core/dev.c index 09f3d6b..ccefa24 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -5375,7 +5375,7 @@ EXPORT_SYMBOL(synchronize_net); * unregister_netdevice_queue - remove device from the kernel * @dev: device * @head: list - + * * This function shuts down a device interface and removes it * from the kernel tables. * If head not NULL, device is queued to be unregistered later.