aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-11-22 20:43:13 -0800
committerDavid S. Miller <davem@davemloft.net>2009-11-22 20:43:13 -0800
commit6ebfbc065624790772398f5b327ac33a7ae3880b (patch)
tree0fe8b0f9ab5bfb1bfb123a8f9ae1ecdfe48d82fa
parente1000e: update Tx Unit hang detection message (diff)
downloadlinux-dev-6ebfbc065624790772398f5b327ac33a7ae3880b.tar.xz
linux-dev-6ebfbc065624790772398f5b327ac33a7ae3880b.zip
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 <jaswinderrajput@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-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 09f3d6b9c0c8..ccefa2473c39 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.