x86: mpparse.c fix style problems
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Fri, 2 Jan 2009 18:13:25 +0000 (23:43 +0530)
committerIngo Molnar <mingo@elte.hu>
Fri, 2 Jan 2009 18:24:28 +0000 (19:24 +0100)
Impact: cleanup, fix style problems, more readable

Fixes style problems:

 WARNING: Use #include <linux/smp.h> instead of <asm/smp.h>
 WARNING: Use #include <linux/acpi.h> instead of <asm/acpi.h>
 WARNING: suspect code indent for conditional statements (8, 17)
 WARNING: space prohibited between function name and open parenthesis '('

total: 0 errors, 5 warnings

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

No differences found