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)
commitd6e712aa7e6a3d5a9633f4bcbe2237f3edc292bd
tree212a71ac2cb3165afddb3151576f51326ed896b1
parentbeb7f2de5728b0bd2140a652fa51f6ad85d159f7
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