diff options
author | Joe Perches <joe@perches.com> | 2010-03-06 17:10:14 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-06 17:47:45 -0800 |
commit | ef0658f3de484bf9b173639cd47544584e01efa5 (patch) | |
tree | d9d6c569b2c79fb9cf240783a409722cc9264886 /lib/checksum.c | |
parent | 7bc80cd935a4d5fd8574f6994bd95d0aad273d56 (diff) | |
download | op-kernel-dev-ef0658f3de484bf9b173639cd47544584e01efa5.zip op-kernel-dev-ef0658f3de484bf9b173639cd47544584e01efa5.tar.gz |
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 <joe@perches.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/checksum.c')
0 files changed, 0 insertions, 0 deletions