LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] fix typo "thier" -> "their"
@ 2008-04-02 11:23 Uwe Kleine-König
  2008-05-19 21:47 ` Jesper Juhl
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Kleine-König @ 2008-04-02 11:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: trivial@kernel.org
---
 drivers/base/sys.c    |    2 +-
 drivers/pnp/manager.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/base/sys.c b/drivers/base/sys.c
index 8e13fd9..84be616 100644
--- a/drivers/base/sys.c
+++ b/drivers/base/sys.c
@@ -283,7 +283,7 @@ void sysdev_unregister(struct sys_device * sysdev)
  *	and the class driver.
  *
  *	Note: The list is iterated in reverse order, so that we shut down
- *	child devices before we shut down thier parents. The list ordering
+ *	child devices before we shut down their parents. The list ordering
  *	is guaranteed by virtue of the fact that child devices are registered
  *	after their parents.
  */
diff --git a/drivers/pnp/manager.c b/drivers/pnp/manager.c
index c28caf2..745a668 100644
--- a/drivers/pnp/manager.c
+++ b/drivers/pnp/manager.c
@@ -382,7 +382,7 @@ fail:
  * @res: pointer to the new resource config
  * @mode: 0 or PNP_CONFIG_FORCE
  *
- * This function can be used by drivers that want to manually set thier resources.
+ * This function can be used by drivers that want to manually set their resources.
  */
 int pnp_manual_config_dev(struct pnp_dev *dev, struct pnp_resource_table *res,
 			  int mode)
-- 
1.5.4.5


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

* Re: [PATCH] fix typo "thier" -> "their"
  2008-04-02 11:23 [PATCH] fix typo "thier" -> "their" Uwe Kleine-König
@ 2008-05-19 21:47 ` Jesper Juhl
  0 siblings, 0 replies; 4+ messages in thread
From: Jesper Juhl @ 2008-05-19 21:47 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: linux-kernel, trivial

Hi Uwe,

I've applied the first drivers/base/sys.c part of the patch to the
Trivial tree. The drivers/pnp/manager.c bit no longer applies.

/Jesper Juhl


2008/4/2 Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>:
> Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
> Cc: trivial@kernel.org
> ---
>  drivers/base/sys.c    |    2 +-
>  drivers/pnp/manager.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/base/sys.c b/drivers/base/sys.c
> index 8e13fd9..84be616 100644
> --- a/drivers/base/sys.c
> +++ b/drivers/base/sys.c
> @@ -283,7 +283,7 @@ void sysdev_unregister(struct sys_device * sysdev)
>  *     and the class driver.
>  *
>  *     Note: The list is iterated in reverse order, so that we shut down
> - *     child devices before we shut down thier parents. The list ordering
> + *     child devices before we shut down their parents. The list ordering
>  *     is guaranteed by virtue of the fact that child devices are registered
>  *     after their parents.
>  */
> diff --git a/drivers/pnp/manager.c b/drivers/pnp/manager.c
> index c28caf2..745a668 100644
> --- a/drivers/pnp/manager.c
> +++ b/drivers/pnp/manager.c
> @@ -382,7 +382,7 @@ fail:
>  * @res: pointer to the new resource config
>  * @mode: 0 or PNP_CONFIG_FORCE
>  *
> - * This function can be used by drivers that want to manually set thier resources.
> + * This function can be used by drivers that want to manually set their resources.
>  */
>  int pnp_manual_config_dev(struct pnp_dev *dev, struct pnp_resource_table *res,
>                          int mode)
> --
> 1.5.4.5
>
>



-- 
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html

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

* Re: [PATCH] fix typo "thier" -> "their"
  2009-01-12 22:35 ` [PATCH] fix typo "thier" -> "their" Uwe Kleine-König
@ 2009-01-12 23:40   ` Jiri Kosina
  0 siblings, 0 replies; 4+ messages in thread
From: Jiri Kosina @ 2009-01-12 23:40 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: linux-kernel, Uwe Kleine-König, trivial

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

On Mon, 12 Jan 2009, Uwe Kleine-König wrote:

> diff --git a/drivers/base/sys.c b/drivers/base/sys.c
> index c98c31e..a0361ae 100644
> --- a/drivers/base/sys.c
> +++ b/drivers/base/sys.c
> @@ -299,7 +299,7 @@ void sysdev_unregister(struct sys_device * sysdev)
>   *	and the class driver.
>   *
>   *	Note: The list is iterated in reverse order, so that we shut down
> - *	child devices before we shut down thier parents. The list ordering
> + *	child devices before we shut down their parents. The list ordering
>   *	is guaranteed by virtue of the fact that child devices are registered
>   *	after their parents.
>   */

Applied to trivial tree, together with the other four typo patches you 
have sent in this bunch.

Thanks,

-- 
Jiri Kosina
SUSE Labs

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

* [PATCH] fix typo "thier" -> "their"
  2009-01-12 22:16 my trivial patches are lost Jiri Kosina
@ 2009-01-12 22:35 ` Uwe Kleine-König
  2009-01-12 23:40   ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Kleine-König @ 2009-01-12 22:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: Uwe Kleine-König, trivial

From: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: trivial@kernel.org
---
 drivers/base/sys.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/base/sys.c b/drivers/base/sys.c
index c98c31e..a0361ae 100644
--- a/drivers/base/sys.c
+++ b/drivers/base/sys.c
@@ -299,7 +299,7 @@ void sysdev_unregister(struct sys_device * sysdev)
  *	and the class driver.
  *
  *	Note: The list is iterated in reverse order, so that we shut down
- *	child devices before we shut down thier parents. The list ordering
+ *	child devices before we shut down their parents. The list ordering
  *	is guaranteed by virtue of the fact that child devices are registered
  *	after their parents.
  */
-- 
1.5.6.5


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

end of thread, other threads:[~2009-01-12 23:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-02 11:23 [PATCH] fix typo "thier" -> "their" Uwe Kleine-König
2008-05-19 21:47 ` Jesper Juhl
2009-01-12 22:16 my trivial patches are lost Jiri Kosina
2009-01-12 22:35 ` [PATCH] fix typo "thier" -> "their" Uwe Kleine-König
2009-01-12 23:40   ` Jiri Kosina

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).