提交 1f26c0d3 编写于 作者: R Randy Dunlap 提交者: David S. Miller

net: fix kernel-doc warning in <linux/netdevice.h>

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

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

Fixes: ab92d68f ("net: core: add generic lockdep keys")
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Cc: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 7c68fa2b
...@@ -1775,7 +1775,7 @@ enum netdev_priv_flags { ...@@ -1775,7 +1775,7 @@ enum netdev_priv_flags {
* for hardware timestamping * for hardware timestamping
* @sfp_bus: attached &struct sfp_bus structure. * @sfp_bus: attached &struct sfp_bus structure.
* @qdisc_tx_busylock_key: lockdep class annotating Qdisc->busylock * @qdisc_tx_busylock_key: lockdep class annotating Qdisc->busylock
spinlock * spinlock
* @qdisc_running_key: lockdep class annotating Qdisc->running seqcount * @qdisc_running_key: lockdep class annotating Qdisc->running seqcount
* @qdisc_xmit_lock_key: lockdep class annotating * @qdisc_xmit_lock_key: lockdep class annotating
* netdev_queue->_xmit_lock spinlock * netdev_queue->_xmit_lock spinlock
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册