[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <c576bade-11b1-8962-2330-c7ea72088b18@infradead.org>
Date:   Mon, 16 Dec 2019 18:52:45 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        David Miller <davem@...emloft.net>,
        Taehee Yoo <ap420073@...il.com>
Subject: [PATCH] net: fix kernel-doc warning in <linux/netdevice.h>
From: Randy Dunlap <rdunlap@...radead.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@...radead.org>
Cc: Taehee Yoo <ap420073@...il.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
Powered by blists - more mailing lists
 
