diff options
author | 2022-11-01 22:14:06 +0100 | |
---|---|---|
committer | 2023-01-25 14:07:21 -0800 | |
commit | fbed4fea6422a237382bf317db88a37993955f3b (patch) | |
tree | 981fdc5d1f44ce458e5f04caa499535e3bc54bc3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | kernel/params.c: Use kstrtobool() instead of strtobool() (diff) | |
download | wireguard-linux-fbed4fea6422a237382bf317db88a37993955f3b.tar.xz wireguard-linux-fbed4fea6422a237382bf317db88a37993955f3b.zip |
module: 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: Luis Chamberlain <mcgrof@kernel.org>
Reviewed-by: Aaron Tomlin <atomlin@atomlin.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions