summaryrefslogtreecommitdiff
path: root/scripts/lib
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2023-01-14 12:08:13 +0300
committerLuis Chamberlain <mcgrof@kernel.org>2023-01-26 01:07:21 +0300
commitdef7b92efd868a6c78da86770704c1a03506016e (patch)
tree7e3b0418a037183bdf33a025fcba1440c6ab7162 /scripts/lib
parentc093a74dac1c008daee92d6d613e9e3fe20b6585 (diff)
downloadlinux-def7b92efd868a6c78da86770704c1a03506016e.tar.xz
kernel/params.c: Use kstrtobool() instead of strtobool()
strtobool() is the same as kstrtobool(). However, the latter is more used within the kernel. In order to remove strtobool() and slightly simplify kstrtox.h, switch to the other function name. While at it, include the corresponding header file (<linux/kstrtox.h>) Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions