1
0
Fork 0

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>
hifive-unleashed-5.1
Al Stone 2016-08-19 17:24:01 -06:00 committed by Rafael J. Wysocki
parent 9395452b4a
commit 0f61aaa413
1 changed files with 1 additions and 1 deletions

View 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.