[PATCH 1/2] x86: ACPI: remove extraneous white space after semicolon

From: Al Stone
Date: Fri Aug 19 2016 - 19:24:16 EST


Signed-off-by: Al Stone <ahs3@xxxxxxxxxx>
---
arch/x86/kernel/acpi/boot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
index 90d84c3..5fb8f05 100644
--- a/arch/x86/kernel/acpi/boot.c
+++ b/arch/x86/kernel/acpi/boot.c
@@ -1513,7 +1513,7 @@ void __init acpi_boot_table_init(void)
* If acpi_disabled, bail out
*/
if (acpi_disabled)
- return;
+ return;

/*
* Initialize the ACPI boot-time table parser.
--
2.7.4