Re: [PATCH v2 06/11] lib/vsprintf: introduce %pl to print in human-readable form

From: Joe Perches
Date: Thu Jan 14 2016 - 22:04:54 EST


On Fri, 2016-01-15 at 00:23 +0200, Andy Shevchenko wrote:
> Introduce a new extension for printing given unsigned long long value in
> human-readable form with automatically choosen IEC binary prefix. The value is
> passed by reference.

Perhaps there should be some 1, 2, 4, 8 argument so that
u8, u16, u32, and u64 can all use this extension and not
just unsigned long long.