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] [day] [month] [year] [list]
Date:	Fri, 8 May 2015 13:07:51 +0000
From:	Nilesh Javali <nilesh.javali@...gic.com>
To:	Masanari Iida <standby24x7@...il.com>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	Dept-Eng QLogic Storage Upstream 
	<QLogic-Storage-Upstream@...gic.com>,
	"JBottomley@...n.com" <JBottomley@...n.com>,
	linux-scsi <linux-scsi@...r.kernel.org>
CC:	"trivial@...nel.org" <trivial@...nel.org>
Subject: RE: [PATCH] scsi:qla4xxx: Fix typo in qla4xxx

Acked-by: Nilesh Javali <nilesh.javali@...gic.com>


> -----Original Message-----
> From: Masanari Iida [mailto:standby24x7@...il.com]
> Sent: Thursday, May 07, 2015 7:58 PM
> To: linux-kernel; Dept-Eng QLogic Storage Upstream; JBottomley@...n.com;
> linux-scsi
> Cc: trivial@...nel.org; Masanari Iida
> Subject: [PATCH] scsi:qla4xxx: Fix typo in qla4xxx
> 
> This patch fix spelling typo in printk within drivers/qla4xxx.
> 
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
> ---
>  drivers/scsi/qla4xxx/ql4_83xx.c | 2 +-
>  drivers/scsi/qla4xxx/ql4_bsg.c  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/scsi/qla4xxx/ql4_83xx.c b/drivers/scsi/qla4xxx/ql4_83xx.c
> index 556c152..5d4f8e6 100644
> --- a/drivers/scsi/qla4xxx/ql4_83xx.c
> +++ b/drivers/scsi/qla4xxx/ql4_83xx.c
> @@ -828,7 +828,7 @@ void qla4_83xx_read_reset_template(struct
> scsi_qla_host *ha)
>  	ret_val = qla4_83xx_flash_read_u32(ha, addr, p_buff,
>  					   tmplt_hdr_def_size);
>  	if (ret_val != QLA_SUCCESS) {
> -		ql4_printk(KERN_ERR, ha, "%s: Failed to read reset
> tempelate\n",
> +		ql4_printk(KERN_ERR, ha, "%s: Failed to read reset
> template\n",
>  			   __func__);
>  		goto exit_read_template_error;
>  	}
> diff --git a/drivers/scsi/qla4xxx/ql4_bsg.c b/drivers/scsi/qla4xxx/ql4_bsg.c
> index 9f92cbf..415ee5e 100644
> --- a/drivers/scsi/qla4xxx/ql4_bsg.c
> +++ b/drivers/scsi/qla4xxx/ql4_bsg.c
> @@ -571,7 +571,7 @@ static int qla4_83xx_pre_loopback_config(struct
> scsi_qla_host *ha,
> 
>  	if ((config & ENABLE_INTERNAL_LOOPBACK) ||
>  	    (config & ENABLE_EXTERNAL_LOOPBACK)) {
> -		ql4_printk(KERN_INFO, ha, "%s: Loopback diagnostics already
> in progress. Invalid requiest\n",
> +		ql4_printk(KERN_INFO, ha, "%s: Loopback diagnostics already
> in
> +progress. Invalid request\n",
>  			   __func__);
>  		goto exit_pre_loopback_config;
>  	}
> --
> 2.4.0.rc3.3.g6eb1401

--
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