Browse Source

x86: ACPI: remove extraneous white space after semicolon

Signed-off-by: Al Stone <ahs3@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Al Stone 9 years ago
parent
commit
0f61aaa413
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/kernel/acpi/boot.c

+ 1 - 1
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.