projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9395452
)
x86: ACPI: remove extraneous white space after semicolon
author
Al Stone
<ahs3@redhat.com>
Fri, 19 Aug 2016 23:24:01 +0000
(17:24 -0600)
committer
Rafael 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/acpi/boot.c
b/arch/x86/kernel/acpi/boot.c
index 90d84c3eee53a323a775ebd8ab4055f777b81c1d..5fb8f05ec934ed8b1ad9231b40914578e9130c8b 100644
(file)
--- 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.