From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751045AbcFDTrn (ORCPT ); Sat, 4 Jun 2016 15:47:43 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:53115 "EHLO mx4-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750811AbcFDTrj (ORCPT ); Sat, 4 Jun 2016 15:47:39 -0400 Date: Sat, 4 Jun 2016 15:47:31 -0400 (EDT) From: Laurence Oberman To: Colin King Cc: QLogic-Storage-Upstream@qlogic.com, "James E . J . Bottomley" , "Martin K . Petersen" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <558141483.40236641.1465069651168.JavaMail.zimbra@redhat.com> In-Reply-To: <1465067670-7489-1-git-send-email-colin.king@canonical.com> References: <1465067670-7489-1-git-send-email-colin.king@canonical.com> Subject: Re: [PATCH] bnx2i: fix spelling mistake "complection" -> "completion" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.36.7.198] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF38 (Linux)/8.0.6_GA_5922) Thread-Topic: bnx2i: fix spelling mistake "complection" -> "completion" Thread-Index: EwKbRcilGpSzzSf6N4SwdZu5AIS/zw== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Original Message ----- > From: "Colin King" > To: QLogic-Storage-Upstream@qlogic.com, "James E . J . Bottomley" , "Martin K . Petersen" > , linux-scsi@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Sent: Saturday, June 4, 2016 3:14:30 PM > Subject: [PATCH] bnx2i: fix spelling mistake "complection" -> "completion" > > From: Colin Ian King > > trivial fix to spelling mistake in printk message > > Signed-off-by: Colin Ian King > --- > 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@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Simple fix Reviewed-by Laurence Oberman