Skip to content

Commit

Permalink
x86: ACPI: remove extraneous white space after semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Al Stone <ahs3@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Al Stone authored and Rafael J. Wysocki committed Sep 13, 2016
1 parent 9395452 commit 0f61aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/acpi/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f61aaa

Please sign in to comment.