SLUB: fix checkpatch warnings
authorIngo Molnar <mingo@elte.hu>
Wed, 6 Feb 2008 01:57:39 +0000 (17:57 -0800)
committerChristoph Lameter <christoph@stapp.engr.sgi.com>
Fri, 8 Feb 2008 01:52:39 +0000 (17:52 -0800)
commit3adbefee6fd58a061b2bf1df4f3769701860fc62
tree846b65d2aedbdeabece8e661761960e54bc11f6c
parenta76d354629ea46c449705970a2c0b9e9090d6f03
SLUB: fix checkpatch warnings

fix checkpatch --file mm/slub.c errors and warnings.

 $ q-code-quality-compare
                                      errors   lines of code   errors/KLOC
 mm/slub.c      [before]                  22            4204           5.2
 mm/slub.c      [after]                    0            4210             0

no code changed:

    text    data     bss     dec     hex filename
   22195    8634     136   30965    78f5 slub.o.before
   22195    8634     136   30965    78f5 slub.o.after

   md5:
     93cdfbec2d6450622163c590e1064358  slub.o.before.asm
     93cdfbec2d6450622163c590e1064358  slub.o.after.asm

[clameter: rediffed against Pekka's cleanup patch, omitted
moves of the name of a function to the start of line]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
mm/slub.c