Re: [PATCH] [trivial]treewide: Fix typo in printk

From: Randy Dunlap
Date: Mon May 20 2013 - 12:29:44 EST


On 05/20/13 08:17, Masanari Iida wrote:
> Correct spelling typo in various part of drivers
>
> Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>

Ack except for one line below:

Thanks.

>
> ---
> drivers/gpu/drm/drm_fb_cma_helper.c | 4 ++--
> drivers/gpu/drm/radeon/radeon_fb.c | 2 +-
> drivers/infiniband/ulp/isert/ib_isert.c | 2 +-
> drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 2 +-
> drivers/misc/dummy-irq.c | 2 +-
> drivers/misc/lattice-ecp3-config.c | 2 +-
> drivers/misc/mei/hbm.c | 2 +-
> drivers/misc/mei/init.c | 2 +-
> drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 2 +-
> drivers/nfc/pn533.c | 2 +-
> drivers/scsi/pm8001/pm80xx_hwi.c | 2 +-
> drivers/tty/serial/serial-tegra.c | 2 +-
> drivers/usb/musb/musb_dsps.c | 2 +-
> drivers/usb/musb/omap2430.c | 2 +-
> drivers/video/omap2/displays/panel-n8x0.c | 2 +-
> fs/btrfs/free-space-cache.c | 2 +-
> tools/testing/ktest/ktest.pl | 2 +-
> 17 files changed, 18 insertions(+), 18 deletions(-)
>
> diff --git a/drivers/scsi/pm8001/pm80xx_hwi.c b/drivers/scsi/pm8001/pm80xx_hwi.c
> index 302514d..e4a0d01 100644
> --- a/drivers/scsi/pm8001/pm80xx_hwi.c
> +++ b/drivers/scsi/pm8001/pm80xx_hwi.c
> @@ -3204,7 +3204,7 @@ static void process_one_iomb(struct pm8001_hba_info *pm8001_ha, void *piomb)
> break;
> case OPC_OUB_DEREG_DEV:
> PM8001_MSG_DBG(pm8001_ha,
> - pm8001_printk("unresgister the deviece\n"));
> + pm8001_printk("unresgister the device\n"));

unregister

> pm8001_mpi_dereg_resp(pm8001_ha, piomb);
> break;
> case OPC_OUB_GET_DEV_HANDLE:



--
~Randy
--
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/