]> www.infradead.org Git - users/hch/misc.git/commit
net: openvswitch: fix kernel-doc warnings in internal headers
authorIlya Maximets <i.maximets@ovn.org>
Thu, 20 Mar 2025 22:42:07 +0000 (23:42 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 24 Mar 2025 16:30:21 +0000 (09:30 -0700)
commit6bb0dcb3d321c14be7ca33b71a149034d6a2cde8
tree1e43e0a676caae506f6221b9bfdc3fb2a98222fd
parentca1914a32cdcad26c4b003df743fe4f9e4bb2877
net: openvswitch: fix kernel-doc warnings in internal headers

Some field descriptions were missing, some were not very accurate.
Not touching the uAPI header or .c files for now.

Formatting of those comments isn't great in general, but at least
they are not missing anything now.

Before:
  $ ./scripts/kernel-doc -none -Wall net/openvswitch/*.h 2>&1 | wc -l
  16

After:
  $ ./scripts/kernel-doc -none -Wall net/openvswitch/*.h 2>&1 | wc -l
  0

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
Reviewed-by: Aaron Conole <aconole@redhat.com>
Link: https://patch.msgid.link/20250320224431.252489-1-i.maximets@ovn.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/openvswitch/datapath.h
net/openvswitch/vport.h