x86: microcode_intel.c fix style problems
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Mon, 12 Jan 2009 09:14:29 +0000 (14:44 +0530)
committerIngo Molnar <mingo@elte.hu>
Mon, 12 Jan 2009 10:22:40 +0000 (11:22 +0100)
Impact: cleanup

Fix:

 WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
 ERROR: trailing whitespace
 ERROR: "(foo*)" should be "(foo *)"

 total: 3 errors, 1 warnings

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found