linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: zcache: fix spelling of comment
@ 2012-09-01 20:29 Marcus Karlsson
  2012-09-05 16:05 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 4+ messages in thread
From: Marcus Karlsson @ 2012-09-01 20:29 UTC (permalink / raw)
  To: gregkh; +Cc: xiaoguangrong, konrad.wilk, mk, devel, linux-kernel

Fix spelling in tmem.c:
Transcedent -> Transcendent

Signed-off-by: Marcus Karlsson <mk@acc.umu.se>
---
 drivers/staging/zcache/tmem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/zcache/tmem.c b/drivers/staging/zcache/tmem.c
index eaa9021..56c8e60 100644
--- a/drivers/staging/zcache/tmem.c
+++ b/drivers/staging/zcache/tmem.c
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2009-2011, Dan Magenheimer, Oracle Corp.
  *
- * The primary purpose of Transcedent Memory ("tmem") is to map object-oriented
+ * The primary purpose of Transcendent Memory ("tmem") is to map object-oriented
  * "handles" (triples containing a pool id, and object id, and an index), to
  * pages in a page-accessible memory (PAM).  Tmem references the PAM pages via
  * an abstract "pampd" (PAM page-descriptor), which can be operated on by a
-- 
1.7.12


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

* Re: [PATCH] staging: zcache: fix spelling of comment
  2012-09-01 20:29 [PATCH] staging: zcache: fix spelling of comment Marcus Karlsson
@ 2012-09-05 16:05 ` Konrad Rzeszutek Wilk
  2012-09-21 15:45   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-09-05 16:05 UTC (permalink / raw)
  To: Marcus Karlsson; +Cc: gregkh, xiaoguangrong, devel, linux-kernel

On Sat, Sep 01, 2012 at 10:29:46PM +0200, Marcus Karlsson wrote:
> Fix spelling in tmem.c:
> Transcedent -> Transcendent
> 
> Signed-off-by: Marcus Karlsson <mk@acc.umu.se>

Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> ---
>  drivers/staging/zcache/tmem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/zcache/tmem.c b/drivers/staging/zcache/tmem.c
> index eaa9021..56c8e60 100644
> --- a/drivers/staging/zcache/tmem.c
> +++ b/drivers/staging/zcache/tmem.c
> @@ -3,7 +3,7 @@
>   *
>   * Copyright (c) 2009-2011, Dan Magenheimer, Oracle Corp.
>   *
> - * The primary purpose of Transcedent Memory ("tmem") is to map object-oriented
> + * The primary purpose of Transcendent Memory ("tmem") is to map object-oriented
>   * "handles" (triples containing a pool id, and object id, and an index), to
>   * pages in a page-accessible memory (PAM).  Tmem references the PAM pages via
>   * an abstract "pampd" (PAM page-descriptor), which can be operated on by a
> -- 
> 1.7.12

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

* Re: [PATCH] staging: zcache: fix spelling of comment
  2012-09-05 16:05 ` Konrad Rzeszutek Wilk
@ 2012-09-21 15:45   ` Konrad Rzeszutek Wilk
  2012-09-21 22:55     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-09-21 15:45 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Marcus Karlsson, gregkh, xiaoguangrong, devel, linux-kernel

On Wed, Sep 05, 2012 at 12:05:55PM -0400, Konrad Rzeszutek Wilk wrote:
> On Sat, Sep 01, 2012 at 10:29:46PM +0200, Marcus Karlsson wrote:
> > Fix spelling in tmem.c:
> > Transcedent -> Transcendent
> > 
> > Signed-off-by: Marcus Karlsson <mk@acc.umu.se>
> 
> Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Greg, can you pick this up for 3.7 pls? Or should I prep a git branch
to send to you (I've a patch for the TODO file as well).

> > ---
> >  drivers/staging/zcache/tmem.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/staging/zcache/tmem.c b/drivers/staging/zcache/tmem.c
> > index eaa9021..56c8e60 100644
> > --- a/drivers/staging/zcache/tmem.c
> > +++ b/drivers/staging/zcache/tmem.c
> > @@ -3,7 +3,7 @@
> >   *
> >   * Copyright (c) 2009-2011, Dan Magenheimer, Oracle Corp.
> >   *
> > - * The primary purpose of Transcedent Memory ("tmem") is to map object-oriented
> > + * The primary purpose of Transcendent Memory ("tmem") is to map object-oriented
> >   * "handles" (triples containing a pool id, and object id, and an index), to
> >   * pages in a page-accessible memory (PAM).  Tmem references the PAM pages via
> >   * an abstract "pampd" (PAM page-descriptor), which can be operated on by a
> > -- 
> > 1.7.12
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

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

* Re: [PATCH] staging: zcache: fix spelling of comment
  2012-09-21 15:45   ` Konrad Rzeszutek Wilk
@ 2012-09-21 22:55     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2012-09-21 22:55 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Konrad Rzeszutek Wilk, devel, Marcus Karlsson, linux-kernel,
	xiaoguangrong

On Fri, Sep 21, 2012 at 11:45:51AM -0400, Konrad Rzeszutek Wilk wrote:
> On Wed, Sep 05, 2012 at 12:05:55PM -0400, Konrad Rzeszutek Wilk wrote:
> > On Sat, Sep 01, 2012 at 10:29:46PM +0200, Marcus Karlsson wrote:
> > > Fix spelling in tmem.c:
> > > Transcedent -> Transcendent
> > > 
> > > Signed-off-by: Marcus Karlsson <mk@acc.umu.se>
> > 
> > Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> 
> Greg, can you pick this up for 3.7 pls? Or should I prep a git branch
> to send to you (I've a patch for the TODO file as well).

No need for a git branch, just send me the patches in email, as that's
the format I need them in.

Please resend this one, as I don't want to dig it out of this thread by
hand :(

thanks,

greg k-h

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

end of thread, other threads:[~2012-09-21 22:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-01 20:29 [PATCH] staging: zcache: fix spelling of comment Marcus Karlsson
2012-09-05 16:05 ` Konrad Rzeszutek Wilk
2012-09-21 15:45   ` Konrad Rzeszutek Wilk
2012-09-21 22:55     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).