Fix the following htmldocs warning:
Warning(net/core/dev.c:5378): bad line:
Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: David Miller <[email protected]>
Cc: Randy Dunlap <[email protected]>
---
net/core/dev.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/core/dev.c b/net/core/dev.c
index 9977288..bd32d7a 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.
--
1.6.5.3
From: Jaswinder Singh Rajput <[email protected]>
Date: Sun, 22 Nov 2009 13:49:06 +0530
>
> Fix the following htmldocs warning:
>
> Warning(net/core/dev.c:5378): bad line:
>
> Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Applied to net-next-2.6
Please make it explicit what tree the patch is against and intended
to be applied to. I had to try net-2.6 and net-next-2.6 by hand to
figure out where this patch was targeted.
Thanks.