[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471649042-19418-2-git-send-email-ahs3@redhat.com>
Date: Fri, 19 Aug 2016 17:24:01 -0600
From: Al Stone <ahs3@...hat.com>
To: x86@...r.kernel.org, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: ahs3@...hat.com, "Rafael J . Wysocki" <rjw@...ysocki.net>,
Len Brown <lenb@...nel.org>, Pavel Machek <pavel@....cz>,
trivial@...nel.org
Subject: [PATCH 1/2] x86: ACPI: remove extraneous white space after semicolon
Signed-off-by: Al Stone <ahs3@...hat.com>
---
arch/x86/kernel/acpi/boot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
index 90d84c3..5fb8f05 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.
--
2.7.4
Powered by blists - more mailing lists