x86/acpi: acpi_parse_madt_ioapic_entries: remove redundant braces
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Mon, 8 Jun 2009 09:53:50 +0000 (02:53 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tue, 14 Jul 2009 20:32:48 +0000 (13:32 -0700)
commit6b2b171a774af256082635b53ac387b1613b7b4c
treebb8c616668f6a5f199f2aba123d74bff9943c63f
parent6847e154e3cd74fca6084124c097980a7634285a
x86/acpi: acpi_parse_madt_ioapic_entries: remove redundant braces

We don't put braces around a single statement.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/kernel/acpi/boot.c