From: Paolo Ciarrocchi Date: Fri, 22 Feb 2008 22:11:39 +0000 (+0100) Subject: x86: coding style fixes to arch/x86/kernel/acpi/sleep.c X-Git-Tag: firefly_0821_release~21631^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f49688d459c5eaa62db3597cbfd3cb13e361d415;p=firefly-linux-kernel-4.4.55.git x86: coding style fixes to arch/x86/kernel/acpi/sleep.c Signed-off-by: Paolo Ciarrocchi Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index 6bc815cd8cb3..dd78326ae47c 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c @@ -13,7 +13,7 @@ #include /* address in low memory of the wakeup routine. */ -unsigned long acpi_wakeup_address = 0; +unsigned long acpi_wakeup_address; unsigned long acpi_realmode_flags; extern char wakeup_start, wakeup_end;