projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41cec6f
)
net: Fix missing kernel-doc notation
author
Jaswinder Singh Rajput
<jaswinderrajput@gmail.com>
Mon, 23 Nov 2009 04:43:13 +0000
(20:43 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 23 Nov 2009 04:43:13 +0000
(20:43 -0800)
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>
net/core/dev.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/dev.c
b/net/core/dev.c
index 09f3d6b9c0c800648591d03ff3a21ad90e558345..ccefa2473c39df12b4d59aac992cefa1429a8612 100644
(file)
--- 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.