Re: [PATCH] build_bug.h: correct function parameters names in kernel-doc
From: SeongJae Park
Date: Mon Mar 02 2026 - 21:17:56 EST
On Sun, 1 Mar 2026 16:51:44 -0800 Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
> Use the correct function (or macro) names to avoid kernel-doc
> warnings:
>
> Warning: include/linux/build_bug.h:38 function parameter 'cond' not
> described in 'BUILD_BUG_ON_MSG'
> Warning: include/linux/build_bug.h:38 function parameter 'msg' not
> described in 'BUILD_BUG_ON_MSG'
> Warning: include/linux/build_bug.h:76 function parameter 'expr' not
> described in 'static_assert'
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>
Thanks,
SJ
[...]