Re: [PATCH v1 1/1] lib/vsprintf.c: Amend static asserts for format specifier flags

From: Petr Mladek
Date: Wed Oct 27 2021 - 09:34:40 EST


On Tue 2021-10-26 17:03:56, Andy Shevchenko wrote:
> There are couple of improvements to static asserts against
> the format specifier flags:
>
> - new static assert for SIGN
> - fix static assert for SMALL
>
> SMALL is not equal to ASCII code of white space, it equals to
> the bit difference between capital and small letters (however
> the value is the same, semantically expression means different
> things).
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

The patch has been committed into printk/linux.git, branch for-5.16.

Best Regards,
Petr