From: Ingo Molnar Date: Wed, 17 Oct 2007 06:26:08 +0000 (-0700) Subject: softlockup watchdog: style cleanups X-Git-Tag: v2.6.24-rc1~772 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f2ce3c6024a5bb895647b6bd88ecae5001020a;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed