Re: [RFC v3]Trivial: Fix typos in various parts of the kernel.

From: Paul Bolle
Date: Tue Nov 22 2011 - 12:09:23 EST


On Tue, 2011-11-22 at 08:41 -0800, Justin P. Mattock wrote:
> From: "Justin P. Mattock" <justinmattock@xxxxxxxxx>
>
> I have sent this patch before kernel.org got hacked, but never heard much about this.
> I did and resend prior to(after a small fix)but then heard nothing(understandable given the situation).
>
> Anyway, I have rebased this to the current Mainline and am resending, I have deleted the old .
> if I have missed anything please let me know, and I will _try_ and fix/resend it out.

Are you sure you want this to be your commit's explanation? Anyway, this
is missing some sort of list of typos this patch tries to fix, which I
suppose might help review.

> Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>
>
> ---
> arch/arm/plat-omap/include/plat/serial.h | 4 ++--
> arch/powerpc/include/asm/io.h | 2 +-
> arch/powerpc/include/asm/keylargo.h | 2 +-
> arch/powerpc/mm/numa.c | 2 +-
> arch/sparc/kernel/smp_64.c | 4 ++--
> drivers/acpi/acpica/hwxface.c | 2 +-
> drivers/block/xen-blkback/xenbus.c | 2 +-
> drivers/char/ipmi/ipmi_bt_sm.c | 2 +-
> drivers/edac/ppc4xx_edac.c | 2 +-
> drivers/media/video/zoran/zoran_driver.c | 2 +-
> drivers/message/fusion/lsi/mpi_ioc.h | 2 +-
> drivers/net/irda/nsc-ircc.c | 2 +-
> drivers/net/irda/via-ircc.c | 4 ++--
> drivers/net/irda/w83977af_ir.c | 2 +-
> drivers/net/wimax/i2400m/i2400m.h | 2 +-
> drivers/net/wireless/rtlwifi/rtl8192de/hw.c | 4 ++--
> drivers/parport/parport_mfc3.c | 2 +-
> drivers/scsi/aic7xxx/aicasm/aicasm.c | 2 +-
> drivers/scsi/ips.c | 2 +-
> drivers/scsi/qla4xxx/ql4_fw.h | 2 +-
> drivers/scsi/vmw_pvscsi.c | 2 +-
> .../comedi/drivers/addi-data/hwdrv_apci3200.c | 2 +-
> drivers/staging/cxt1e1/libsbew.h | 2 +-
> drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 4 ++--
> drivers/staging/ft1000/ft1000-usb/ft1000_hw.c | 2 +-
> drivers/staging/iio/industrialio-trigger.c | 2 +-
> drivers/staging/sep/sep_driver.c | 2 +-
> drivers/staging/tidspbridge/Kconfig | 2 +-
> drivers/staging/tidspbridge/rmgr/dbdcd.c | 2 +-
> drivers/usb/host/hwa-hc.c | 2 +-
> drivers/usb/host/imx21-hcd.c | 2 +-
> drivers/usb/otg/fsl_otg.c | 2 +-
> drivers/uwb/i1480/dfu/usb.c | 2 +-
> fs/btrfs/inode.c | 2 +-
> fs/ext3/inode.c | 2 +-
> fs/ext4/inode.c | 2 +-
> fs/nfsd/nfs4state.c | 2 +-
> fs/ocfs2/file.c | 2 +-
> fs/xfs/xfs_file.c | 6 +++---
> fs/xfs/xfs_log_cil.c | 2 +-
> include/drm/drmP.h | 2 +-
> include/linux/wanrouter.h | 2 +-
> include/net/mac80211.h | 2 +-
> net/ipv4/ip_fragment.c | 2 +-
> net/mac80211/work.c | 2 +-
> net/sctp/endpointola.c | 2 +-
> tools/power/cpupower/debug/i386/intel_gsic.c | 2 +-
> 47 files changed, 54 insertions(+), 54 deletions(-)
>
> diff --git a/arch/arm/plat-omap/include/plat/serial.h b/arch/arm/plat-omap/include/plat/serial.h
> index 1ab9fd6..e229545 100644
> --- a/arch/arm/plat-omap/include/plat/serial.h
> +++ b/arch/arm/plat-omap/include/plat/serial.h
> @@ -2,7 +2,7 @@
> * arch/arm/plat-omap/include/mach/serial.h
> *
> * Copyright (C) 2009 Texas Instruments
> - * Addded OMAP4 support- Santosh Shilimkar <santosh.shilimkar@xxxxxx>
> + * Added OMAP4 support- Santosh Shilimkar <santosh.shilimkar@xxxxxx>
> *
> * This program is distributed in the hope that it will be useful,
> * but WITHOUT ANY WARRANTY; without even the implied warranty of
> @@ -24,7 +24,7 @@
> *
> * 1. Kernel uncompress code cannot overlap OMAP_UART_INFO as the
> * uncompress code could then partially overwrite itself
> - * 2. We assume printascii is called at least once before paging_init,
> + * 2. We assume print ascii is called at least once before paging_init,

This is not a typo. How did this get in your patch?

(I stopped reviewing here.)


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/