]> git.baikalelectronics.ru Git - kernel.git/commit
net: openvswitch: fix kernel-doc warnings in flow.c
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 8 Aug 2021 19:08:34 +0000 (12:08 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Aug 2021 22:37:35 +0000 (15:37 -0700)
commit962809401f8a69170e010dfeafe8eb0f4909b334
tree212a71ac2cb3165afddb3151576f51326ed896b1
parent644f158a5b90c73a7e77b274c4de0faa78ba2d5c
net: openvswitch: fix kernel-doc warnings in flow.c

Repair kernel-doc notation in a few places to make it conform to
the expected format.

Fixes the following kernel-doc warnings:

flow.c:296: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * Parse vlan tag from vlan header.
flow.c:296: warning: missing initial short description on line:
 * Parse vlan tag from vlan header.
flow.c:537: warning: No description found for return value of 'key_extract_l3l4'
flow.c:769: warning: No description found for return value of 'key_extract'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Pravin B Shelar <pshelar@ovn.org>
Cc: dev@openvswitch.org
Link: https://lore.kernel.org/r/20210808190834.23362-1-rdunlap@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/openvswitch/flow.c