]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
build_bug.h: correct function parameters names in kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 2 Mar 2026 00:51:44 +0000 (16:51 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 10 Mar 2026 23:01:48 +0000 (16:01 -0700)
commit6ffd853b0b10e1e292cef0bfd0997986471254de
tree60aea43602a536c16b4f80aeeb87b50fb5ea7d4e
parent36f46b0e36892eba08978eef7502ff3c94ddba77
build_bug.h: correct function parameters names in kernel-doc

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'

Link: https://lkml.kernel.org/r/20260302005144.3467019-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/build_bug.h