Re: [PATCH v2] KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()

From: Zenghui Yu
Date: Sun Jan 15 2023 - 06:33:08 EST


On 2023/1/14 21:26, Christophe JAILLET wrote:
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@xxxxxxxxxx>

Reviewed-by: Zenghui Yu <yuzenghui@xxxxxxxxxx>