Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 11 Jul 2023 17:41:10 +0000 (19:41 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 11 Aug 2023 18:47:44 +0000 (11:47 -0700)
commit82eae9dc438cd7932b5a1c79057378839f1e61e0
tree39c473fec7fd8bb30273476a914067d877710919
parent59be4be82bd3639cd9dbfb92df0f6263ab2c2e28
Bluetooth: hci_debugfs: 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>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_debugfs.c