lkml.org 
[lkml]   [2016]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v2 02/11] lib/vsprintf: make default_dec_spec global
Date
On Thu, Jan 14 2016, Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> There are places where default specification to print decimal numbers is used.
> Make it global and convert existing users.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> lib/test_printf.c | 5 +++--
> lib/vsprintf.c | 21 +++++++++------------
> 2 files changed, 12 insertions(+), 14 deletions(-)
>
> diff --git a/lib/test_printf.c b/lib/test_printf.c
> index 4f6ae60..fd985f6 100644
> --- a/lib/test_printf.c
> +++ b/lib/test_printf.c
> @@ -376,9 +376,10 @@ large_bitmap(void)
> if (!bits)
> return;
>
> - bitmap_set(bits, 1, 20);
> + bitmap_set(bits, 0, 1);
> + bitmap_set(bits, 2, 20);
> bitmap_set(bits, 60000, 15);
> - test("1-20,60000-60014", "%*pbl", nbits, bits);
> + test("0,2-21,60000-60014", "%*pbl", nbits, bits);
> kfree(bits);
> }

What does this have to do with what the commit message claims this patch
is about? (I don't mind the rest of the patch, just curious why this is
included.)

Rasmus

\
 
 \ /
  Last update: 2016-01-18 22:01    [W:0.039 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site