diff options
| author | Al Stone <ahs3@redhat.com> | 2016-08-19 17:24:01 -0600 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-09-13 02:19:59 +0200 |
| commit | 0f61aaa413989e7838178f5ae77c9c4ad8507013 (patch) | |
| tree | 6170fe6486006be73a688726886662aaa6d8d455 /arch/x86/kernel/acpi/boot.c | |
| parent | Linux 4.8-rc6 (diff) | |
| download | linux-0f61aaa413989e7838178f5ae77c9c4ad8507013.tar.gz linux-0f61aaa413989e7838178f5ae77c9c4ad8507013.zip | |
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>
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
| -rw-r--r-- | arch/x86/kernel/acpi/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 90d84c3eee53..5fb8f05ec934 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/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. |
