All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Corrected a small typo in help text for CONFIG_CLEANCACHE
@ 2011-06-25 22:37 Torbjörn Svensson
  2011-06-25 22:44 ` Jesper Juhl
  0 siblings, 1 reply; 3+ messages in thread
From: Torbjörn Svensson @ 2011-06-25 22:37 UTC (permalink / raw)
  To: Dan Magenheimer; +Cc: linux-kernel, Trivial Patch Monkey

Corrected a small typo in the help text for CONFIG_CLEANCACHE.

Signed-of-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
---
 mm/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/Kconfig b/mm/Kconfig
index 8ca47a5..f2f1ca1 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -356,7 +356,7 @@ config CLEANCACHE
 	  for clean pages that the kernel's pageframe replacement algorithm
 	  (PFRA) would like to keep around, but can't since there isn't enough
 	  memory.  So when the PFRA "evicts" a page, it first attempts to use
-	  cleancacne code to put the data contained in that page into
+	  cleancache code to put the data contained in that page into
 	  "transcendent memory", memory that is not directly accessible or
 	  addressable by the kernel and is of unknown and possibly
 	  time-varying size.  And when a cleancache-enabled


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

* Re: [PATCH] Corrected a small typo in help text for CONFIG_CLEANCACHE
  2011-06-25 22:37 [PATCH] Corrected a small typo in help text for CONFIG_CLEANCACHE Torbjörn Svensson
@ 2011-06-25 22:44 ` Jesper Juhl
  2011-06-27 10:26   ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Juhl @ 2011-06-25 22:44 UTC (permalink / raw)
  To: Torbjörn Svensson
  Cc: Dan Magenheimer, linux-kernel, Trivial Patch Monkey

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1191 bytes --]

On Sun, 26 Jun 2011, Torbjörn Svensson wrote:

> Corrected a small typo in the help text for CONFIG_CLEANCACHE.
> 
> Signed-of-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
> ---
>  mm/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/mm/Kconfig b/mm/Kconfig
> index 8ca47a5..f2f1ca1 100644
> --- a/mm/Kconfig
> +++ b/mm/Kconfig
> @@ -356,7 +356,7 @@ config CLEANCACHE
>  	  for clean pages that the kernel's pageframe replacement algorithm
>  	  (PFRA) would like to keep around, but can't since there isn't enough
>  	  memory.  So when the PFRA "evicts" a page, it first attempts to use
> -	  cleancacne code to put the data contained in that page into
> +	  cleancache code to put the data contained in that page into
>  	  "transcendent memory", memory that is not directly accessible or
>  	  addressable by the kernel and is of unknown and possibly
>  	  time-varying size.  And when a cleancache-enabled
> 
For what it's worth;

Reviewed-by: Jesper Juhl <jj@chaosbits.net>

-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.

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

* Re: [PATCH] Corrected a small typo in help text for CONFIG_CLEANCACHE
  2011-06-25 22:44 ` Jesper Juhl
@ 2011-06-27 10:26   ` Jiri Kosina
  0 siblings, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2011-06-27 10:26 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Torbjörn Svensson, Dan Magenheimer, linux-kernel

On Sun, 26 Jun 2011, Jesper Juhl wrote:

> > Signed-of-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
> > ---
> >  mm/Kconfig |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/mm/Kconfig b/mm/Kconfig
> > index 8ca47a5..f2f1ca1 100644
> > --- a/mm/Kconfig
> > +++ b/mm/Kconfig
> > @@ -356,7 +356,7 @@ config CLEANCACHE
> >  	  for clean pages that the kernel's pageframe replacement algorithm
> >  	  (PFRA) would like to keep around, but can't since there isn't enough
> >  	  memory.  So when the PFRA "evicts" a page, it first attempts to use
> > -	  cleancacne code to put the data contained in that page into
> > +	  cleancache code to put the data contained in that page into
> >  	  "transcendent memory", memory that is not directly accessible or
> >  	  addressable by the kernel and is of unknown and possibly
> >  	  time-varying size.  And when a cleancache-enabled
> > 
> For what it's worth;
> 
> Reviewed-by: Jesper Juhl <jj@chaosbits.net>

Already fixed in my tree by 140a1ef2f.

-- 
Jiri Kosina
SUSE Labs

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

end of thread, other threads:[~2011-06-27 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-25 22:37 [PATCH] Corrected a small typo in help text for CONFIG_CLEANCACHE Torbjörn Svensson
2011-06-25 22:44 ` Jesper Juhl
2011-06-27 10:26   ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.