Commit 1e42fa25 authored by Pavel Machek's avatar Pavel Machek Committed by Linus Torvalds

[PATCH] acpi: comment/whitespace updates

This cleans few comments/formatting.
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6421ef75
......@@ -278,7 +278,7 @@ save_registers:
movl %edi, saved_context_edi
pushfl ; popl saved_context_eflags
movl $ret_point,saved_eip
movl $ret_point, saved_eip
ret
......@@ -295,7 +295,7 @@ ENTRY(do_suspend_lowlevel)
call save_registers
pushl $3
call acpi_enter_sleep_state
addl $4,%esp
addl $4, %esp
ret
.p2align 4,,7
ret_point:
......
......@@ -925,7 +925,7 @@ acpi_ev_create_gpe_block (
/*
* Runtime option: Should Wake GPEs be enabled at runtime? The default
* is No,they should only be enabled just as the machine goes to sleep.
* is No, they should only be enabled just as the machine goes to sleep.
*/
if (acpi_gbl_leave_wake_gpes_disabled) {
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment