softlockup watchdog: style cleanups
authorIngo Molnar <mingo@elte.hu>
Wed, 17 Oct 2007 06:26:08 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:47 +0000 (08:42 -0700)
commita5f2ce3c6024a5bb895647b6bd88ecae5001020a
tree10bb864bc252489ce6c7070796a6e7966982bb23
parent43581a10075492445f65234384210492ff333eba
softlockup watchdog: style cleanups

kernel/softirq.c grew a few style uncleanlinesses in the past few
months, clean that up. No functional changes:

   text    data     bss     dec     hex filename
   1126      76       4    1206     4b6 softlockup.o.before
   1129      76       4    1209     4b9 softlockup.o.after

( the 3 bytes .text increase is due to the "<1>" appended to one of
  the printk messages. )

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/softlockup.c
This page took 0.024266 seconds and 5 git commands to generate.