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:	Sat, 4 Jun 2016 15:47:31 -0400 (EDT)
From:	Laurence Oberman <loberman@...hat.com>
To:	Colin King <colin.king@...onical.com>
Cc:	QLogic-Storage-Upstream@...gic.com,
	"James E . J . Bottomley" <jejb@...ux.vnet.ibm.com>,
	"Martin K . Petersen" <martin.petersen@...cle.com>,
	linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] bnx2i: fix spelling mistake "complection" ->
 "completion"



----- Original Message -----
> From: "Colin King" <colin.king@...onical.com>
> To: QLogic-Storage-Upstream@...gic.com, "James E . J . Bottomley" <jejb@...ux.vnet.ibm.com>, "Martin K . Petersen"
> <martin.petersen@...cle.com>, linux-scsi@...r.kernel.org
> Cc: linux-kernel@...r.kernel.org
> Sent: Saturday, June 4, 2016 3:14:30 PM
> Subject: [PATCH] bnx2i: fix spelling mistake "complection" -> "completion"
> 
> From: Colin Ian King <colin.king@...onical.com>
> 
> trivial fix to spelling mistake in printk message
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/scsi/bnx2i/bnx2i_hwi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/bnx2i/bnx2i_hwi.c b/drivers/scsi/bnx2i/bnx2i_hwi.c
> index fb072cc..42921db 100644
> --- a/drivers/scsi/bnx2i/bnx2i_hwi.c
> +++ b/drivers/scsi/bnx2i/bnx2i_hwi.c
> @@ -2417,7 +2417,7 @@ static void bnx2i_process_conn_destroy_cmpl(struct
> bnx2i_hba *hba,
>  	ep = bnx2i_find_ep_in_destroy_list(hba, conn_destroy->iscsi_conn_id);
>  	if (!ep) {
>  		printk(KERN_ALERT "bnx2i_conn_destroy_cmpl: no pending "
> -				  "offload request, unexpected complection\n");
> +				  "offload request, unexpected completion\n");
>  		return;
>  	}
>  
> --
> 2.8.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

Simple fix
Reviewed-by Laurence Oberman <loberman@...hat.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ