]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kconfig: use true and false for bool variable
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 15 Mar 2021 06:55:44 +0000 (14:55 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 25 Mar 2021 04:46:19 +0000 (13:46 +0900)
commit071e9fca32ab2cdc71cb4dbdf903e748b097bb5c
treeac21263938983e57318839e8b7cce93a72cf878f
parent2ecff72fddfd716a5061e56ed18bb0d40c66ee5a
kconfig: use true and false for bool variable

fixed the following coccicheck:
./scripts/kconfig/confdata.c:36:9-10: WARNING: return of 0/1 in function
'is_dir' with return type bool

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/confdata.c