]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8df1ed033cf4934aef9d09674ea627ad58bf2b37
tree806babf177853eaf38b44233fc221a5b31c4ea1b
parent7a870caffe6f62c0379a11a51e7c6eca4d2b31ad
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