From f2f865fe6e6e40ddf37f887eb427263d83bb925d Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Wed, 25 Jun 2008 17:53:22 -0700 Subject: [PATCH] x86: space to tab in setup_arch Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- arch/x86/kernel/setup_32.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index f3177bae300d..4d5f8a3eb7ea 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c @@ -557,10 +557,10 @@ void __init setup_arch(char **cmdline_p) #endif #ifdef CONFIG_ACPI_NUMA - /* - * Parse SRAT to discover nodes. - */ - acpi_numa_init(); + /* + * Parse SRAT to discover nodes. + */ + acpi_numa_init(); #endif initmem_init(0, max_pfn); -- 2.20.1