comment/whitespace updates

From: Pavel Machek
Date: Wed Jan 12 2005 - 08:23:43 EST


Hi!

This cleans few comments/formatting. Please apply,

Signed-off-by: Pavel Machek <pavel@xxxxxx>

Pavel

--- clean/arch/i386/kernel/acpi/wakeup.S 2004-12-25 13:34:57.000000000 +0100
+++ linux/arch/i386/kernel/acpi/wakeup.S 2004-12-25 15:51:04.000000000 +0100
@@ -278,7 +294,7 @@
movl %edi, saved_context_edi
pushfl ; popl saved_context_eflags

- movl $ret_point,saved_eip
+ movl $ret_point, saved_eip
ret


@@ -295,7 +311,7 @@
call save_registers
pushl $3
call acpi_enter_sleep_state
- addl $4,%esp
+ addl $4, %esp
ret
.p2align 4,,7
ret_point:
--- clean/drivers/acpi/events/evgpeblk.c 2004-12-25 13:34:58.000000000 +0100
+++ linux/drivers/acpi/events/evgpeblk.c 2004-12-25 15:51:15.000000000 +0100
@@ -925,7 +925,7 @@

/*
* 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) {
/*
--- clean/include/linux/page-flags.h 2005-01-12 11:07:40.000000000 +0100
+++ linux/include/linux/page-flags.h 2005-01-12 11:25:19.000000000 +0100
@@ -74,7 +74,7 @@
#define PG_swapcache 16 /* Swap page: swp_entry_t in private */
#define PG_mappedtodisk 17 /* Has blocks allocated on-disk */
#define PG_reclaim 18 /* To be reclaimed asap */
-#define PG_nosave_free 19 /* Free, should not be written */
+#define PG_nosave_free 19 /* Page is free, and should not be written by swsusp */


/*

--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/