git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc80cd
)
vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytes
author
Joe Perches
<joe@perches.com>
Sun, 7 Mar 2010 01:10:14 +0000
(17:10 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 7 Mar 2010 01:47:45 +0000
(17:47 -0800)
Reducing the size of struct printf_spec is a good thing because multiple
instances are commonly passed on stack.
It's possible for type to be u8 and field_width to be s8, but this is
likely small enough for now.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found