public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: Fix typo in freezer-subsystem.txt
@ 2011-11-06  0:12 Rafael J. Wysocki
  2011-11-06  9:40 ` Srivatsa S. Bhat
  2011-11-06 16:38 ` Randy Dunlap
  0 siblings, 2 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2011-11-06  0:12 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Linux PM list

From: Rafael J. Wysocki <rjw@sisk.pl>

Fix a typo in Documentation/cgroups/freezer-subsystem.txt.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
---
 Documentation/cgroups/freezer-subsystem.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt
===================================================================
--- linux-3.0-SLE11-SP2.orig/Documentation/cgroups/freezer-subsystem.txt
+++ linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt
@@ -33,9 +33,9 @@ demonstrate this problem using nested ba
 
 	From a second, unrelated bash shell:
 	$ kill -SIGSTOP 16690
-	$ kill -SIGCONT 16990
+	$ kill -SIGCONT 16690
 
-	<at this point 16990 exits and causes 16644 to exit too>
+	<at this point 16690 exits and causes 16644 to exit too>
 
 This happens because bash can observe both signals and choose how it
 responds to them.

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

* Re: [PATCH] Documentation: Fix typo in freezer-subsystem.txt
  2011-11-06  0:12 [PATCH] Documentation: Fix typo in freezer-subsystem.txt Rafael J. Wysocki
@ 2011-11-06  9:40 ` Srivatsa S. Bhat
  2011-11-06 16:38 ` Randy Dunlap
  1 sibling, 0 replies; 4+ messages in thread
From: Srivatsa S. Bhat @ 2011-11-06  9:40 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Randy Dunlap, LKML, Linux PM list

On 11/06/2011 05:42 AM, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rjw@sisk.pl>
> 
> Fix a typo in Documentation/cgroups/freezer-subsystem.txt.
> 
> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
> ---

Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>

Thanks,
Srivatsa S. Bhat

>  Documentation/cgroups/freezer-subsystem.txt |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Index: linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt
> ===================================================================
> --- linux-3.0-SLE11-SP2.orig/Documentation/cgroups/freezer-subsystem.txt
> +++ linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt
> @@ -33,9 +33,9 @@ demonstrate this problem using nested ba
> 
>  	From a second, unrelated bash shell:
>  	$ kill -SIGSTOP 16690
> -	$ kill -SIGCONT 16990
> +	$ kill -SIGCONT 16690
> 
> -	<at this point 16990 exits and causes 16644 to exit too>
> +	<at this point 16690 exits and causes 16644 to exit too>
> 
>  This happens because bash can observe both signals and choose how it
>  responds to them.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


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

* Re: [PATCH] Documentation: Fix typo in freezer-subsystem.txt
  2011-11-06  0:12 [PATCH] Documentation: Fix typo in freezer-subsystem.txt Rafael J. Wysocki
  2011-11-06  9:40 ` Srivatsa S. Bhat
@ 2011-11-06 16:38 ` Randy Dunlap
  2011-11-06 21:03   ` Rafael J. Wysocki
  1 sibling, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2011-11-06 16:38 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: LKML, Linux PM list

On 11/05/2011 05:12 PM, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rjw@sisk.pl>
> 
> Fix a typo in Documentation/cgroups/freezer-subsystem.txt.
> 
> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>

Acked-by: Randy Dunlap <rdunlap@xenotime.net>

You are welcome to merge this with PM patches.. or did you want
me to merge it?

> ---
>  Documentation/cgroups/freezer-subsystem.txt |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Index: linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt
> ===================================================================
> --- linux-3.0-SLE11-SP2.orig/Documentation/cgroups/freezer-subsystem.txt
> +++ linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt
> @@ -33,9 +33,9 @@ demonstrate this problem using nested ba
>  
>  	From a second, unrelated bash shell:
>  	$ kill -SIGSTOP 16690
> -	$ kill -SIGCONT 16990
> +	$ kill -SIGCONT 16690
>  
> -	<at this point 16990 exits and causes 16644 to exit too>
> +	<at this point 16690 exits and causes 16644 to exit too>
>  
>  This happens because bash can observe both signals and choose how it
>  responds to them.
> --


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: [PATCH] Documentation: Fix typo in freezer-subsystem.txt
  2011-11-06 16:38 ` Randy Dunlap
@ 2011-11-06 21:03   ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2011-11-06 21:03 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Linux PM list

On Sunday, November 06, 2011, Randy Dunlap wrote:
> On 11/05/2011 05:12 PM, Rafael J. Wysocki wrote:
> > From: Rafael J. Wysocki <rjw@sisk.pl>
> > 
> > Fix a typo in Documentation/cgroups/freezer-subsystem.txt.
> > 
> > Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
> 
> Acked-by: Randy Dunlap <rdunlap@xenotime.net>
> 
> You are welcome to merge this with PM patches.. or did you want
> me to merge it?

Well, I can do that. :-)

Thanks,
Rafael


> > ---
> >  Documentation/cgroups/freezer-subsystem.txt |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > Index: linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt
> > ===================================================================
> > --- linux-3.0-SLE11-SP2.orig/Documentation/cgroups/freezer-subsystem.txt
> > +++ linux-3.0-SLE11-SP2/Documentation/cgroups/freezer-subsystem.txt
> > @@ -33,9 +33,9 @@ demonstrate this problem using nested ba
> >  
> >  	From a second, unrelated bash shell:
> >  	$ kill -SIGSTOP 16690
> > -	$ kill -SIGCONT 16990
> > +	$ kill -SIGCONT 16690
> >  
> > -	<at this point 16990 exits and causes 16644 to exit too>
> > +	<at this point 16690 exits and causes 16644 to exit too>
> >  
> >  This happens because bash can observe both signals and choose how it
> >  responds to them.
> > --
> 
> 
> 


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

end of thread, other threads:[~2011-11-06 21:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-06  0:12 [PATCH] Documentation: Fix typo in freezer-subsystem.txt Rafael J. Wysocki
2011-11-06  9:40 ` Srivatsa S. Bhat
2011-11-06 16:38 ` Randy Dunlap
2011-11-06 21:03   ` Rafael J. Wysocki

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