From: Joe Perches Date: Sun, 7 Mar 2010 01:10:14 +0000 (-0800) Subject: vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytes X-Git-Tag: v2.6.34-rc1~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0658f3de484bf9b173639cd47544584e01efa5;p=pandora-kernel.git vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytes 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed