Re: [PATCH 12/30] input: Use kstrtobool() instead of strtobool()

From: Christophe JAILLET
Date: Thu Nov 03 2022 - 17:37:58 EST


Le 03/11/2022 à 21:46, Dmitry Torokhov a écrit :
On Tue, Nov 01, 2022 at 10:14:00PM +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>)

Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Acked-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>

Please feel free to merge with the rest of the series. Or let me know if
you want me to pick just this one through my tree.

Thanks.


Hi,

the patch can go through your tree.
There is no plan to merge the whole serie at once, and some other maintainers have asked for some patches to be re-sent as individual patches.

CJ