Re: [PATCH v2 2/9] lib/vsprintf: Make dec_spec global

2018-04-11 Thread Petr Mladek
On Fri 2018-02-16 23:07:04, Andy Shevchenko wrote: > There are places where default specification to print decimal numbers > is in use. > > Make it global and convert existing users. > > Signed-off-by: Andy Shevchenko Reviewed-by: Petr Mladek

Re: [PATCH v2 2/9] lib/vsprintf: Make dec_spec global

2018-04-11 Thread Petr Mladek
On Fri 2018-02-16 23:07:04, Andy Shevchenko wrote: > There are places where default specification to print decimal numbers > is in use. > > Make it global and convert existing users. > > Signed-off-by: Andy Shevchenko Reviewed-by: Petr Mladek I have pushed it into printk.git, branch

[PATCH v2 2/9] lib/vsprintf: Make dec_spec global

2018-02-16 Thread Andy Shevchenko
There are places where default specification to print decimal numbers is in use. Make it global and convert existing users. Signed-off-by: Andy Shevchenko --- lib/vsprintf.c | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) diff

[PATCH v2 2/9] lib/vsprintf: Make dec_spec global

2018-02-16 Thread Andy Shevchenko
There are places where default specification to print decimal numbers is in use. Make it global and convert existing users. Signed-off-by: Andy Shevchenko --- lib/vsprintf.c | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/lib/vsprintf.c