Re: [RESEND PATCH 0/2] Make functions of dev_<level> macros, recursive vsnprintf

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linus Torvalds
Date: Saturday, March 6, 2010 - 4:46 pm

On Sat, 6 Mar 2010, Joe Perches wrote:

type: 5
flags: 7
width: 5 (make it 6 bits and signed)
base: 5
precision: 5 (make it 6 bits, and signed)
qualifier: 3

Now, admittedly, right now 'qualifier' really has to be 8, but that's just 
because we use an ASCII character for it. But I don't think there are more 
than 8 actual legal qualifiers. And 'base' could be just 2 bits, since 
there are only a couple of legal bases, but I left room for them all 
anyway.

And the other really should fit in those numbers unchanged, I think. 

			Linus
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RESEND PATCH 0/2] Make functions of dev_<level> macro ..., Linus Torvalds, (Sat Mar 6, 4:46 pm)
[PATCH] vsprintf.c: Use noinline_for_stack, Joe Perches, (Sat Mar 6, 7:33 pm)
Re: [PATCH] vsprintf.c: Use noinline_for_stack, Joe Perches, (Mon Mar 8, 4:39 pm)
Re: [PATCH] vsprintf.c: Use noinline_for_stack, Andrew Morton, (Fri Mar 12, 5:25 pm)
Re: [PATCH] vsprintf.c: Use noinline_for_stack, Linus Torvalds, (Sat Mar 13, 8:35 am)
Re: [PATCH] vsprintf.c: Use noinline_for_stack, Joe Perches, (Sat Mar 13, 10:44 am)
[PATCH] vsprintf.c: remove stack variable ksym from, Joe Perches, (Sat Mar 13, 12:54 pm)
Re: [PATCH] vsprintf.c: remove stack variable ksym from, Paulo Marques, (Mon Mar 15, 8:01 am)