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)
commitdd3feda7748b4c2739de47daaaa387fb01926c15
tree2b3a949ec64aaab922e21aacd54737112cf1a43d
parent7cbdadf7b6b18d85204921de2639de230809e564
x86: microcode_intel.c fix style problems

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>
arch/x86/kernel/microcode_intel.c