public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix name of Russell King in various comments
@ 2008-06-30 13:27 Uwe Kleine-König
  2008-07-01  8:33 ` Russell King
  2008-07-10  6:51 ` Andrew Morton
  0 siblings, 2 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2008-06-30 13:27 UTC (permalink / raw)
  To: trivail, linux-kernel; +Cc: Russell King

This patch was created by

	git grep -E -l 'Rus(el|s?e)l King' | xargs -r -t perl -p -i -e 's/Rus(el|s?e)l King/Russell King/g'

Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
---
 drivers/usb/host/ohci-au1xxx.c  |    2 +-
 drivers/usb/host/ohci-lh7a404.c |    2 +-
 drivers/usb/host/ohci-s3c2410.c |    2 +-
 drivers/usb/host/ohci-sa1111.c  |    2 +-
 include/asm-avr32/setup.h       |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/usb/host/ohci-au1xxx.c b/drivers/usb/host/ohci-au1xxx.c
index 1b9abdb..2ec3584 100644
--- a/drivers/usb/host/ohci-au1xxx.c
+++ b/drivers/usb/host/ohci-au1xxx.c
@@ -8,7 +8,7 @@
  * Bus Glue for AMD Alchemy Au1xxx
  *
  * Written by Christopher Hoover <ch@hpl.hp.com>
- * Based on fragments of previous driver by Rusell King et al.
+ * Based on fragments of previous driver by Russell King et al.
  *
  * Modified for LH7A404 from ohci-sa1111.c
  *  by Durgesh Pattamatta <pattamattad@sharpsec.com>
diff --git a/drivers/usb/host/ohci-lh7a404.c b/drivers/usb/host/ohci-lh7a404.c
index 96d14fa..65fe275 100644
--- a/drivers/usb/host/ohci-lh7a404.c
+++ b/drivers/usb/host/ohci-lh7a404.c
@@ -8,7 +8,7 @@
  * Bus Glue for Sharp LH7A404
  *
  * Written by Christopher Hoover <ch@hpl.hp.com>
- * Based on fragments of previous driver by Rusell King et al.
+ * Based on fragments of previous driver by Russell King et al.
  *
  * Modified for LH7A404 from ohci-sa1111.c
  *  by Durgesh Pattamatta <pattamattad@sharpsec.com>
diff --git a/drivers/usb/host/ohci-s3c2410.c b/drivers/usb/host/ohci-s3c2410.c
index a73d2ff..d3fcd0b 100644
--- a/drivers/usb/host/ohci-s3c2410.c
+++ b/drivers/usb/host/ohci-s3c2410.c
@@ -8,7 +8,7 @@
  * USB Bus Glue for Samsung S3C2410
  *
  * Written by Christopher Hoover <ch@hpl.hp.com>
- * Based on fragments of previous driver by Rusell King et al.
+ * Based on fragments of previous driver by Russell King et al.
  *
  * Modified for S3C2410 from ohci-sa1111.c, ohci-omap.c and ohci-lh7a40.c
  *	by Ben Dooks, <ben@simtec.co.uk>
diff --git a/drivers/usb/host/ohci-sa1111.c b/drivers/usb/host/ohci-sa1111.c
index 99438c6..4f5e423 100644
--- a/drivers/usb/host/ohci-sa1111.c
+++ b/drivers/usb/host/ohci-sa1111.c
@@ -8,7 +8,7 @@
  * SA1111 Bus Glue
  *
  * Written by Christopher Hoover <ch@hpl.hp.com>
- * Based on fragments of previous driver by Rusell King et al.
+ * Based on fragments of previous driver by Russell King et al.
  *
  * This file is licenced under the GPL.
  */
diff --git a/include/asm-avr32/setup.h b/include/asm-avr32/setup.h
index ea3070f..ff5b7cf 100644
--- a/include/asm-avr32/setup.h
+++ b/include/asm-avr32/setup.h
@@ -2,7 +2,7 @@
  * Copyright (C) 2004-2006 Atmel Corporation
  *
  * Based on linux/include/asm-arm/setup.h
- *   Copyright (C) 1997-1999 Russel King
+ *   Copyright (C) 1997-1999 Russell King
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
-- 
1.5.6


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

* Re: [PATCH] Fix name of Russell King in various comments
  2008-06-30 13:27 [PATCH] Fix name of Russell King in various comments Uwe Kleine-König
@ 2008-07-01  8:33 ` Russell King
  2008-07-10  6:51 ` Andrew Morton
  1 sibling, 0 replies; 5+ messages in thread
From: Russell King @ 2008-07-01  8:33 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: trivail, linux-kernel

On Mon, Jun 30, 2008 at 03:27:13PM +0200, Uwe Kleine-König wrote:
> This patch was created by
> 
> 	git grep -E -l 'Rus(el|s?e)l King' | xargs -r -t perl -p -i -e 's/Rus(el|s?e)l King/Russell King/g'
> 
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>
> Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>

Most-Definitely-Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:

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

* Re: [PATCH] Fix name of Russell King in various comments
  2008-06-30 13:27 [PATCH] Fix name of Russell King in various comments Uwe Kleine-König
  2008-07-01  8:33 ` Russell King
@ 2008-07-10  6:51 ` Andrew Morton
  2008-07-10  7:43   ` Russell King
  2008-07-10  7:53   ` Uwe Kleine-König
  1 sibling, 2 replies; 5+ messages in thread
From: Andrew Morton @ 2008-07-10  6:51 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: trivail, linux-kernel, Russell King

On Mon, 30 Jun 2008 15:27:13 +0200 Uwe Kleine-K__nig <Uwe.Kleine-Koenig@digi.com> wrote:

> This patch was created by
> 
> 	git grep -E -l 'Rus(el|s?e)l King' | xargs -r -t perl -p -i -e 's/Rus(el|s?e)l King/Russell King/g'
> 
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>
> Signed-off-by: Uwe Kleine-K__nig <Uwe.Kleine-Koenig@digi.com>
> ---
>  drivers/usb/host/ohci-au1xxx.c  |    2 +-
>  drivers/usb/host/ohci-lh7a404.c |    2 +-
>  drivers/usb/host/ohci-s3c2410.c |    2 +-
>  drivers/usb/host/ohci-sa1111.c  |    2 +-
>  include/asm-avr32/setup.h       |    2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/usb/host/ohci-au1xxx.c b/drivers/usb/host/ohci-au1xxx.c
> index 1b9abdb..2ec3584 100644
> --- a/drivers/usb/host/ohci-au1xxx.c
> +++ b/drivers/usb/host/ohci-au1xxx.c
> @@ -8,7 +8,7 @@
>   * Bus Glue for AMD Alchemy Au1xxx
>   *
>   * Written by Christopher Hoover <ch@hpl.hp.com>
> - * Based on fragments of previous driver by Rusell King et al.
> + * Based on fragments of previous driver by Russell King et al.

Would the patch be smaller if we switched over to "Rusell" everywhere?

If so, we may as well do that.

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

* Re: [PATCH] Fix name of Russell King in various comments
  2008-07-10  6:51 ` Andrew Morton
@ 2008-07-10  7:43   ` Russell King
  2008-07-10  7:53   ` Uwe Kleine-König
  1 sibling, 0 replies; 5+ messages in thread
From: Russell King @ 2008-07-10  7:43 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Uwe Kleine-König, trivail, linux-kernel

On Wed, Jul 09, 2008 at 11:51:31PM -0700, Andrew Morton wrote:
> Would the patch be smaller if we switched over to "Rusell" everywhere?

Maybe we should change Andrew's name to be Adrew Norom throughout the
kernel sources, that might also save a few bytes.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:

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

* Re: [PATCH] Fix name of Russell King in various comments
  2008-07-10  6:51 ` Andrew Morton
  2008-07-10  7:43   ` Russell King
@ 2008-07-10  7:53   ` Uwe Kleine-König
  1 sibling, 0 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2008-07-10  7:53 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel@vger.kernel.org, Russell King

Andrew Morton wrote:
> On Mon, 30 Jun 2008 15:27:13 +0200 Uwe Kleine-K__nig <Uwe.Kleine-Koenig@digi.com> wrote:
> 
> > This patch was created by
> >
> >       git grep -E -l 'Rus(el|s?e)l King' | xargs -r -t perl -p -i -e 's/Rus(el|s?e)l King/Russell King/g'
> >
> > Cc: Russell King <rmk+kernel@arm.linux.org.uk>
> > Signed-off-by: Uwe Kleine-K__nig <Uwe.Kleine-Koenig@digi.com>
> > ---
> >  drivers/usb/host/ohci-au1xxx.c  |    2 +-
> >  drivers/usb/host/ohci-lh7a404.c |    2 +-
> >  drivers/usb/host/ohci-s3c2410.c |    2 +-
> >  drivers/usb/host/ohci-sa1111.c  |    2 +-
> >  include/asm-avr32/setup.h       |    2 +-
> >  5 files changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/drivers/usb/host/ohci-au1xxx.c b/drivers/usb/host/ohci-au1xxx.c
> > index 1b9abdb..2ec3584 100644
> > --- a/drivers/usb/host/ohci-au1xxx.c
> > +++ b/drivers/usb/host/ohci-au1xxx.c
> > @@ -8,7 +8,7 @@
> >   * Bus Glue for AMD Alchemy Au1xxx
> >   *
> >   * Written by Christopher Hoover <ch@hpl.hp.com>
> > - * Based on fragments of previous driver by Rusell King et al.
> > + * Based on fragments of previous driver by Russell King et al.
> 
> Would the patch be smaller if we switched over to "Rusell" everywhere?
I think no, the patch would be bigger.  Even if you would only change
all occurences of "Russell King" to "Rusell King" this would affect ~500
lines in my working copy. :-)

> If so, we may as well do that.
So no. :-)  Moreover as I'm a bit sensitive for misspellings of my name,
too, I definitly support the patch as is.

Best regards
Uwe

-- 
Uwe Kleine-König, Software Engineer
Digi International GmbH Branch Breisach, Küferstrasse 8, 79206 Breisach, Germany
Tax: 315/5781/0242 / VAT: DE153662976 / Reg. Amtsgericht Dortmund HRB 13962

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

end of thread, other threads:[~2008-07-10  7:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 13:27 [PATCH] Fix name of Russell King in various comments Uwe Kleine-König
2008-07-01  8:33 ` Russell King
2008-07-10  6:51 ` Andrew Morton
2008-07-10  7:43   ` Russell King
2008-07-10  7:53   ` Uwe Kleine-König

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