diff options
author | Chen Gang <gang.chen@asianux.com> | 2013-11-12 15:11:32 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-13 12:09:35 +0900 |
commit | 01284764713b02be23e72338227ce536c740399a (patch) | |
tree | 39cd34cf7c859afb268786557bea1b327be5be5a /lib/timerqueue.c | |
parent | 1931d433d7a641e6a366854566ab1207a32972a6 (diff) | |
download | op-kernel-dev-01284764713b02be23e72338227ce536c740399a.zip op-kernel-dev-01284764713b02be23e72338227ce536c740399a.tar.gz |
kernel/panic.c: reduce 1 byte usage for print tainted buffer
sizeof("Tainted: ") already counts '\0', and after first sprintf(), 's'
will start from the current string end (its' value is '\0').
So need not add additional 1 byte for maximized usage of 'buf' in
print_tainted().
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions