]> git.baikalelectronics.ru Git - kernel.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)
commit0cab4aa073907072738142f20e2cc4d9f3d97ce0
tree44e5a43612e0000b3626f7a5beb9044a3a2e2cd0
parent9556cdb5f5f2efa4ef5d7b7210603a56aa9128eb
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