x86: ACPI: remove extraneous white space after semicolon
authorAl Stone <[email protected]>
Fri, 19 Aug 2016 23:24:01 +0000 (17:24 -0600)
committerRafael J. Wysocki <[email protected]>
Tue, 13 Sep 2016 00:19:59 +0000 (02:19 +0200)
Signed-off-by: Al Stone <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
arch/x86/kernel/acpi/boot.c

index 90d84c3eee53a323a775ebd8ab4055f777b81c1d..5fb8f05ec934ed8b1ad9231b40914578e9130c8b 100644 (file)
@@ -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.