Skip to content

Commit 1f26c0d

Browse files
rddunlapdavem330
authored andcommitted
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: ab92d68 ("net: core: add generic lockdep keys") Signed-off-by: Randy Dunlap <[email protected]> Cc: Taehee Yoo <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7c68fa2 commit 1f26c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/netdevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1775,7 +1775,7 @@ enum netdev_priv_flags {
17751775
* for hardware timestamping
17761776
* @sfp_bus: attached &struct sfp_bus structure.
17771777
* @qdisc_tx_busylock_key: lockdep class annotating Qdisc->busylock
1778-
spinlock
1778+
* spinlock
17791779
* @qdisc_running_key: lockdep class annotating Qdisc->running seqcount
17801780
* @qdisc_xmit_lock_key: lockdep class annotating
17811781
* netdev_queue->_xmit_lock spinlock

0 commit comments

Comments
 (0)