]> git.ipfire.org Git - people/ms/linux.git/commit
modpost: use bool type where appropriate
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 1 May 2022 08:40:07 +0000 (17:40 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 May 2022 18:17:00 +0000 (03:17 +0900)
commit58e01fcae18c9d01be701bec9e9a8ee58269c7c1
tree44e5a43612e0000b3626f7a5beb9044a3a2e2cd0
parent63cbee7f3a1d4f48f8aceb11598f0da4f32fb403
modpost: use bool type where appropriate

Use 'bool' to clarify that the valid value is true or false.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/mod/modpost.c
scripts/mod/modpost.h
scripts/mod/sumversion.c