Re: (subset) [PATCH 00/30] Remove strtobool()

From: Catalin Marinas
Date: Fri Jan 20 2023 - 13:18:19 EST


On Tue, 01 Nov 2022 22:05:37 +0100, 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>)
>
> [...]

Applied to arm64 (for-next/misc), thanks!

[24/30] arm64: cpufeature: Use kstrtobool() instead of strtobool()
https://git.kernel.org/arm64/c/1a920c92cd0c

--
Catalin