On 2026-06-04T15:31:05, Alexey Charkov <[email protected]> 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 <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > > boot/pxe_utils.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

