All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: Fix missing kernel-doc notation
@ 2009-11-22  8:19 Jaswinder Singh Rajput
  2009-11-23  4:43 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2009-11-22  8:19 UTC (permalink / raw)
  To: Randy Dunlap, David Miller, Eric Dumazet, netdev, LKML


Fix the following htmldocs warning:

  Warning(net/core/dev.c:5378): bad line:

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: David Miller <davem@davemloft.net>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: Fix missing kernel-doc notation
  2009-11-22  8:19 [PATCH] net: Fix missing kernel-doc notation Jaswinder Singh Rajput
@ 2009-11-23  4:43 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-11-23  4:43 UTC (permalink / raw)
  To: jaswinder; +Cc: randy.dunlap, eric.dumazet, netdev, linux-kernel

From: Jaswinder Singh Rajput <jaswinder@kernel.org>
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 <jaswinderrajput@gmail.com>

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-23  4:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-22  8:19 [PATCH] net: Fix missing kernel-doc notation Jaswinder Singh Rajput
2009-11-23  4:43 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.