net: dropreason: reformat the comment fo skb drop reasons
authorMenglong Dong <imagedong@tencent.com>
Mon, 6 Jun 2022 02:24:36 +0000 (10:24 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 7 Jun 2022 10:51:41 +0000 (12:51 +0200)
commitb160f7270e6df0f4ccadcf6750696b380eb3b811
tree806babf177853eaf38b44233fc221a5b31c4ea1b
parentec43908dd556b2292f028c6e412261689405ba6e
net: dropreason: reformat the comment fo skb drop reasons

To make the code clear, reformat the comment in dropreason.h to k-doc
style.

Now, the comment can pass the check of kernel-doc without warnning:

$ ./scripts/kernel-doc -v -none include/linux/dropreason.h
include/linux/dropreason.h:7: info: Scanning doc for enum skb_drop_reason

Signed-off-by: Menglong Dong <imagedong@tencent.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/net/dropreason.h