lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 20 May 2013 09:28:47 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	Masanari Iida <standby24x7@...il.com>
CC:	trivial@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [trivial]treewide: Fix typo in printk

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

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ