All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: fix kernel-doc warning in <linux/netdevice.h>
@ 2019-12-17  2:52 Randy Dunlap
  2019-12-18  6:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2019-12-17  2:52 UTC (permalink / raw)
  To: netdev, David Miller, Taehee Yoo

From: Randy Dunlap <rdunlap@infradead.org>

Fix missing '*' kernel-doc notation that causes this warning:

../include/linux/netdevice.h:1779: warning: bad line:                                 spinlock

Fixes: ab92d68fc22f ("net: core: add generic lockdep keys")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Taehee Yoo <ap420073@gmail.com>
---
 include/linux/netdevice.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-55-rc2.orig/include/linux/netdevice.h
+++ lnx-55-rc2/include/linux/netdevice.h
@@ -1775,7 +1775,7 @@ enum netdev_priv_flags {
  *			for hardware timestamping
  *	@sfp_bus:	attached &struct sfp_bus structure.
  *	@qdisc_tx_busylock_key: lockdep class annotating Qdisc->busylock
-				spinlock
+ *				spinlock
  *	@qdisc_running_key:	lockdep class annotating Qdisc->running seqcount
  *	@qdisc_xmit_lock_key:	lockdep class annotating
  *				netdev_queue->_xmit_lock spinlock


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

* Re: [PATCH] net: fix kernel-doc warning in <linux/netdevice.h>
  2019-12-17  2:52 [PATCH] net: fix kernel-doc warning in <linux/netdevice.h> Randy Dunlap
@ 2019-12-18  6:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-12-18  6:14 UTC (permalink / raw)
  To: rdunlap; +Cc: netdev, ap420073

From: Randy Dunlap <rdunlap@infradead.org>
Date: Mon, 16 Dec 2019 18:52:45 -0800

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix missing '*' kernel-doc notation that causes this warning:
> 
> ../include/linux/netdevice.h:1779: warning: bad line:                                 spinlock
> 
> Fixes: ab92d68fc22f ("net: core: add generic lockdep keys")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Taehee Yoo <ap420073@gmail.com>

Applied, thanks.

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

end of thread, other threads:[~2019-12-18  6:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-17  2:52 [PATCH] net: fix kernel-doc warning in <linux/netdevice.h> Randy Dunlap
2019-12-18  6:14 ` 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.