[PATCH 1/7] pxe_utils: fix W=1 kernel-doc warnings
Simon Glass
sjg at chromium.org
Thu Jun 25 17:28:10 CEST 2026
On 2026-06-04T15:31:05, Alexey Charkov <alchark at flipper.net> wrote:
> pxe_utils: fix W=1 kernel-doc warnings
>
> Add the missing parameter and enum value descriptions reported by
> scripts/kernel-doc when building with W=1:
>
> - get_relfile(): document @type
> - get_pxelinux_path(): document @pxefile_addr_r
> - enum lex_state: document L_NORMAL, L_KEYWORD, L_SLITERAL
> - get_token(): document @t and @state
>
> No functional change.
>
> Signed-off-by: Alexey Charkov <alchark at flipper.net>
> Reviewed-by: Tom Rini <trini at konsulko.com>
>
> boot/pxe_utils.c | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list