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

From: Thorsten Blum

Date: Tue Apr 14 2026 - 11:37:25 EST


On Tue, Apr 14, 2026 at 04:25:21PM +0200, Petr Mladek wrote:
> 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.

Thank you!

> Best Regards,
> Petr