x86: Clean up mtrr/if.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Sat, 4 Jul 2009 02:23:40 +0000 (07:53 +0530)
committerIngo Molnar <mingo@elte.hu>
Sat, 4 Jul 2009 09:19:48 +0000 (11:19 +0200)
commit26dc67eda19beafb7e5ef2770cec5b3ee5995a8e
tree7c4a2e4497ccfc121cd6c2e7020d640662a0f6a2
parenta1a499a39911fcfecbebaba1f38588088909f918
x86: Clean up mtrr/if.c

Fix:

  WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
  ERROR: trailing whitespace X 7
  ERROR: trailing statements should be on next line X 3
  WARNING: line over 80 characters X 5
  ERROR: space required before the open parenthesis '('

arch/x86/kernel/cpu/mtrr/if.o:

   text    data     bss     dec     hex filename
   2239       4       0    2243     8c3 if.o.before
   2239       4       0    2243     8c3 if.o.after

md5:
   78d1f2aa4843ec6509c18e2dee54bc7f  if.o.before.asm
   78d1f2aa4843ec6509c18e2dee54bc7f  if.o.after.asm

Suggested-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <20090703164225.GA21447@elte.hu>
[ More cleanups to make the code more consistent. ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mtrr/if.c