kernel/cpu.c: fix many errors related to style.
authorMichael Rodriguez <dkingston02@gmail.com>
Tue, 22 Mar 2011 23:34:07 +0000 (16:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Mar 2011 00:44:11 +0000 (17:44 -0700)
commit4d51985e484dd11d9047dfcd1278ec9ccfb435d5
tree6316b48bd1b99fcc793892a07f7bba56b1621b8f
parent34db18a054c600b6f81787165669dc572fe4de25
kernel/cpu.c: fix many errors related to style.

Change the printk() calls to have the KERN_INFO/KERN_ERROR stuff, and
fixes other coding style errors.  Not _all_ of them are gone, though.

[akpm@linux-foundation.org: revert the bits I disagree with]
Signed-off-by: Michael Rodriguez <dkingston02@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/cpu.c