net: fix kernel-doc warning in <linux/netdevice.h>
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 17 Dec 2019 02:52:45 +0000 (18:52 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jan 2020 07:22:44 +0000 (08:22 +0100)
commit51ba5ebd8df7c92caba4e3cdc2b65d6f56000d88
tree0bd8b0b9dfcab23e2afef1ce42c446052e5bb22e
parent4e7c55aabfd567e60542f7a2d09419226653ff72
net: fix kernel-doc warning in <linux/netdevice.h>

commit 1f26c0d3d24125992ab0026b0dab16c08df947c7 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/netdevice.h