Re: [PATCH v2 next 01/11] tools/nolibc/printf: Change variable used for format chars from 'c' to 'ch'

From: Willy Tarreau

Date: Sat Feb 07 2026 - 13:51:09 EST


Hi David,

On Fri, Feb 06, 2026 at 07:11:11PM +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').

While I thought it was purely cosmetic and useless, I have to
admit that it eases reading of certain large "if" conditions.

> The following patches pretty much rewrite the function so the
> churn is limited.
>
> Signed-off-by: David Laight <david.laight.linux@xxxxxxxxx>

Acked-by: Willy Tarreau <w@xxxxxx>

Willy