KVM: x86/mmu: Use kstrtobool() instead of strtobool()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 14 Jan 2023 09:39:11 +0000 (10:39 +0100)
committerSean Christopherson <seanjc@google.com>
Tue, 24 Jan 2023 18:05:49 +0000 (10:05 -0800)
commit11b36fe7d4500c8ef73677c087f302fd713101c2
treee9ca002482e83dc1835e8a0349f612d8eb2408ec
parent4ad980aea7f58632638d036ac5697fccf8234dde
KVM: x86/mmu: 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/670882aa04dbdd171b46d3b20ffab87158454616.1673689135.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/mmu.c