Re: [PATCH v2 next 01/11] tools/nolibc/printf: Change variable used for format chars from 'c' to 'ch'
From: Thomas Weißschuh
Date: Mon Feb 16 2026 - 13:52:57 EST
On 2026-02-06 19:11:11+0000, david.laight.linux@xxxxxxxxx wrote:
> From: David Laight <david.laight.linux@xxxxxxxxx>
>
> This makes the code slightly easier to read because the variable
> stands out from the single character literals (especially 'c').
>
> The following patches pretty much rewrite the function so the
> churn is limited.
>
> Signed-off-by: David Laight <david.laight.linux@xxxxxxxxx>
Suggested-by: Willy Tarreau <w@xxxxxx>
Acked-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
(...)