Re: [PATCH] lib/vsprintf: use bool for local decode variable

From: Petr Mladek

Date: Tue Apr 14 2026 - 10:33:42 EST


On Tue 2026-04-07 20:18:36, Thorsten Blum wrote:
> The local variable 'decode' is only used as a boolean value - change its
> data type from int to bool accordingly.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>

JFYI, the patch has been comitted into printk/linux.git,
branch for-7.1.

Best Regards,
Petr