Re: [PATCH v2 1/1] lib/vsprintf: Deduplicate special hex number specifier data

From: Petr Mladek

Date: Wed Nov 19 2025 - 04:22:23 EST


On Thu 2025-11-13 16:02:59, Andy Shevchenko wrote:
> Two functions use the same specifier data for the special hex number.
> Almost the same as the field width is calculated on the size of the
> given type. Due to that, make a compound literal macro in order to
> deduplicate the rest.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

JFYI, the patch has been comitted into printk/linux.git,
branch for-6.19.

Best Regards,
Petr