diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2022-11-01 22:14:17 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-10 18:34:47 +0100 |
commit | 730600223b64918324ab322ab174361bd41073c0 (patch) | |
tree | ae9bbd98b40f01decd3f593ef13e5fbbd2680a67 /lib | |
parent | 3da72e18371c41a6f6f96b594854b178168c7757 (diff) |
driver core: 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>
Link: https://lore.kernel.org/r/02ba683a5c0716638ad8ca11e8b0fdca97c4f294.1667336095.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions