The patch titled Fix name of Russell King in various comments has been added to the -mm tree. Its filename is fix-name-of-russell-king-in-various-comments.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Fix name of Russell King in various comments From: Uwe Kleine-König <Uwe.Kleine-Koenig@xxxxxxxx> 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' Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@xxxxxxxx> Most-Definitely-Acked-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 -puN drivers/usb/host/ohci-au1xxx.c~fix-name-of-russell-king-in-various-comments drivers/usb/host/ohci-au1xxx.c --- a/drivers/usb/host/ohci-au1xxx.c~fix-name-of-russell-king-in-various-comments +++ a/drivers/usb/host/ohci-au1xxx.c @@ -8,7 +8,7 @@ * Bus Glue for AMD Alchemy Au1xxx * * Written by Christopher Hoover <ch@xxxxxxxxxx> - * 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@xxxxxxxxxxxx> diff -puN drivers/usb/host/ohci-lh7a404.c~fix-name-of-russell-king-in-various-comments drivers/usb/host/ohci-lh7a404.c --- a/drivers/usb/host/ohci-lh7a404.c~fix-name-of-russell-king-in-various-comments +++ a/drivers/usb/host/ohci-lh7a404.c @@ -8,7 +8,7 @@ * Bus Glue for Sharp LH7A404 * * Written by Christopher Hoover <ch@xxxxxxxxxx> - * 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@xxxxxxxxxxxx> diff -puN drivers/usb/host/ohci-s3c2410.c~fix-name-of-russell-king-in-various-comments drivers/usb/host/ohci-s3c2410.c --- a/drivers/usb/host/ohci-s3c2410.c~fix-name-of-russell-king-in-various-comments +++ a/drivers/usb/host/ohci-s3c2410.c @@ -8,7 +8,7 @@ * USB Bus Glue for Samsung S3C2410 * * Written by Christopher Hoover <ch@xxxxxxxxxx> - * 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@xxxxxxxxxxxx> diff -puN drivers/usb/host/ohci-sa1111.c~fix-name-of-russell-king-in-various-comments drivers/usb/host/ohci-sa1111.c --- a/drivers/usb/host/ohci-sa1111.c~fix-name-of-russell-king-in-various-comments +++ a/drivers/usb/host/ohci-sa1111.c @@ -8,7 +8,7 @@ * SA1111 Bus Glue * * Written by Christopher Hoover <ch@xxxxxxxxxx> - * 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 -puN include/asm-avr32/setup.h~fix-name-of-russell-king-in-various-comments include/asm-avr32/setup.h --- a/include/asm-avr32/setup.h~fix-name-of-russell-king-in-various-comments +++ a/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 _ Patches currently in -mm which might be from Uwe.Kleine-Koenig@xxxxxxxx are linux-next.patch handle-failure-of-irqchip-set_type-in-setup_irq.patch fix-name-of-russell-king-in-various-comments.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html