public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* comment/whitespace updates
@ 2005-01-12 13:20 Pavel Machek
  2005-01-12 14:50 ` Matthias-Christian Ott
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2005-01-12 13:20 UTC (permalink / raw)
  To: Andrew Morton, kernel list

Hi!

This cleans few comments/formatting. Please apply,

Signed-off-by: Pavel Machek <pavel@ucw.cz>

								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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: comment/whitespace updates
  2005-01-12 13:20 comment/whitespace updates Pavel Machek
@ 2005-01-12 14:50 ` Matthias-Christian Ott
  2005-01-13 17:10   ` Stefan Seyfried
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias-Christian Ott @ 2005-01-12 14:50 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Andrew Morton, kernel list

Pavel Machek wrote:

>Hi!
>
>This cleans few comments/formatting. Please apply,
>
>Signed-off-by: Pavel Machek <pavel@ucw.cz>
>
>								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 */
> 
> 
> /*
>
>  
>
Very useful. :-)
Why do you send such a nonsense to mailinglist? It's poor.

Matthias-Christian Ott

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: comment/whitespace updates
  2005-01-12 14:50 ` Matthias-Christian Ott
@ 2005-01-13 17:10   ` Stefan Seyfried
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Seyfried @ 2005-01-13 17:10 UTC (permalink / raw)
  To: linux-kernel

Matthias-Christian Ott wrote:

> Why do you send such a nonsense to mailinglist? It's poor.
> 
> Matthias-Christian Ott

Read Documentation/CodingStyle. Then "Try again Player 1"

Stefan


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-13 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-12 13:20 comment/whitespace updates Pavel Machek
2005-01-12 14:50 ` Matthias-Christian Ott
2005-01-13 17:10   ` Stefan Seyfried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox