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

index 90d84c3..5fb8f05 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.