[PATCH] Arch: ia64: kernel: acpi: fixed a brace coding style issue.

From: Joseph Wessner
Date: Sat Oct 18 2014 - 17:27:03 EST


Fixed a coding style issue.

Signed-off-by: Joseph Wessner <joseph@xxxxxxxxxxx>
---
arch/ia64/kernel/acpi.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c
index 615ef81..12c032e 100644
--- a/arch/ia64/kernel/acpi.c
+++ b/arch/ia64/kernel/acpi.c
@@ -273,9 +273,8 @@ acpi_parse_plat_int_src(struct acpi_subtable_header * header,
IOSAPIC_EDGE : IOSAPIC_LEVEL);

platform_intr_list[plintsrc->type] = vector;
- if (acpi_madt_rev > 1) {
+ if (acpi_madt_rev > 1)
acpi_cpei_override = plintsrc->flags & ACPI_MADT_CPEI_OVERRIDE;
- }

/*
* Save the physical id, so we can check when its being removed
--
2.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/