All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [TRIVIAL] hvcs: fix typo in comment
@ 2011-02-14 23:05 Paul Bolle
  2011-02-14 23:12 ` Jesper Juhl
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2011-02-14 23:05 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
 drivers/char/hvcs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c
index bedc6c1..af4e650 100644
--- a/drivers/tty/hvc/hvcs.c
+++ b/drivers/tty/hvc/hvcs.c
@@ -292,7 +292,7 @@ struct hvcs_struct {
 	/*
 	 * Any variable below the kref is valid before a tty is connected and
 	 * stays valid after the tty is disconnected.  These shouldn't be
-	 * whacked until the koject refcount reaches zero though some entries
+	 * whacked until the kobject refcount reaches zero though some entries
 	 * may be changed via sysfs initiatives.
 	 */
 	struct kref kref; /* ref count & hvcs_struct lifetime */
-- 
1.7.4




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

* Re: [PATCH] [TRIVIAL] hvcs: fix typo in comment
  2011-02-14 23:05 [PATCH] [TRIVIAL] hvcs: fix typo in comment Paul Bolle
@ 2011-02-14 23:12 ` Jesper Juhl
  2011-02-15  9:25   ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Juhl @ 2011-02-14 23:12 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Jiri Kosina, linux-kernel

On Tue, 15 Feb 2011, Paul Bolle wrote:

> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
>  drivers/char/hvcs.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c
> index bedc6c1..af4e650 100644
> --- a/drivers/tty/hvc/hvcs.c
> +++ b/drivers/tty/hvc/hvcs.c
> @@ -292,7 +292,7 @@ struct hvcs_struct {
>  	/*
>  	 * Any variable below the kref is valid before a tty is connected and
>  	 * stays valid after the tty is disconnected.  These shouldn't be
> -	 * whacked until the koject refcount reaches zero though some entries
> +	 * whacked until the kobject refcount reaches zero though some entries
>  	 * may be changed via sysfs initiatives.
>  	 */
>  	struct kref kref; /* ref count & hvcs_struct lifetime */
> 

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

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


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

* Re: [PATCH] [TRIVIAL] hvcs: fix typo in comment
  2011-02-14 23:12 ` Jesper Juhl
@ 2011-02-15  9:25   ` Jiri Kosina
  0 siblings, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2011-02-15  9:25 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Paul Bolle, linux-kernel

On Tue, 15 Feb 2011, Jesper Juhl wrote:

> On Tue, 15 Feb 2011, Paul Bolle wrote:
> 
> > Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> > ---
> >  drivers/char/hvcs.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c
> > index bedc6c1..af4e650 100644
> > --- a/drivers/tty/hvc/hvcs.c
> > +++ b/drivers/tty/hvc/hvcs.c
> > @@ -292,7 +292,7 @@ struct hvcs_struct {
> >  	/*
> >  	 * Any variable below the kref is valid before a tty is connected and
> >  	 * stays valid after the tty is disconnected.  These shouldn't be
> > -	 * whacked until the koject refcount reaches zero though some entries
> > +	 * whacked until the kobject refcount reaches zero though some entries
> >  	 * may be changed via sysfs initiatives.
> >  	 */
> >  	struct kref kref; /* ref count & hvcs_struct lifetime */
> > 
> 
> Reviewed-by: Jesper Juhl <jj@chaosbits.net>

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

end of thread, other threads:[~2011-02-15  9:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14 23:05 [PATCH] [TRIVIAL] hvcs: fix typo in comment Paul Bolle
2011-02-14 23:12 ` Jesper Juhl
2011-02-15  9:25   ` 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.