]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/vsprintf: use bool for local decode variable
authorThorsten Blum <thorsten.blum@linux.dev>
Tue, 7 Apr 2026 18:18:36 +0000 (20:18 +0200)
committerPetr Mladek <pmladek@suse.com>
Tue, 14 Apr 2026 13:58:51 +0000 (15:58 +0200)
commitaea645c02f1acc36088618667e086b62d8f83e92
tree2eb9a301e1213f05b3f37f0ce5749cb0b7594c19
parent36776b7f8a8955b4e75b5d490a75fee0c7a2a7ef
lib/vsprintf: use bool for local decode variable

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@linux.dev>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Link: https://patch.msgid.link/20260407181835.1053072-2-thorsten.blum@linux.dev
Signed-off-by: Petr Mladek <pmladek@suse.com>
lib/vsprintf.c