commit | 1f26c0d3d24125992ab0026b0dab16c08df947c7 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Mon Dec 16 18:52:45 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 17 22:14:17 2019 -0800 |
tree | cfd52c245ab1235caebc3a13bb8b52404bd6fc8f | |
parent | 7c68fa2bddda6d942bd387c9ba5b4300737fd991 [diff] |
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: ab92d68fc22f ("net: core: add generic lockdep keys") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>