Re: [PATCH net-next] net: openvswitch: fix kernel-doc warnings in internal headers

From: Eelco Chaudron
Date: Fri Mar 21 2025 - 07:02:16 EST




On 20 Mar 2025, at 23:42, Ilya Maximets wrote:

> 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@xxxxxxx>

Thanks for taking the time to fix this. The changes look good to me.

Acked-by: Eelco Chaudron <echaudro@xxxxxxxxxx>