summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2005-08-05 03:33:14 -0400
committerLen Brown <len.brown@intel.com>2005-08-05 03:52:45 -0400
commit1f3a730117ceda2a7c917d687921fe3c82283968 (patch)
tree5ba751c572a79f44f12e45ab1ea759d2091b1f40
parentc202ac9fbdb64145f034be266d6ee88c98b40aa8 (diff)
downloadlinux-stable-1f3a730117ceda2a7c917d687921fe3c82283968.tar.gz
linux-stable-1f3a730117ceda2a7c917d687921fe3c82283968.tar.bz2
linux-stable-1f3a730117ceda2a7c917d687921fe3c82283968.zip
[ACPI] Lindent created a syntax error that broke the build
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r--arch/i386/kernel/acpi/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c
index 98d119c66379..09700d894668 100644
--- a/arch/i386/kernel/acpi/boot.c
+++ b/arch/i386/kernel/acpi/boot.c
@@ -94,7 +94,7 @@ static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
#define MAX_MADT_ENTRIES 256
u8 x86_acpiid_to_apicid[MAX_MADT_ENTRIES] =
- {[0...MAX_MADT_ENTRIES - 1] = 0xff };
+ {[0 ... MAX_MADT_ENTRIES - 1] = 0xff };
EXPORT_SYMBOL(x86_acpiid_to_apicid);
/* --------------------------------------------------------------------------