Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753524AbdGCTRR (ORCPT ); Mon, 3 Jul 2017 15:17:17 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:36490 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753336AbdGCTRN (ORCPT ); Mon, 3 Jul 2017 15:17:13 -0400 Subject: Re: [PATCH] scsi: qedf: fix spelling mistake: "offlading" -> "offloading" To: Colin King , QLogic-Storage-Upstream@cavium.com, "James E . J . Bottomley" , "Martin K . Petersen" , linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org References: <20170703094401.11946-1-colin.king@canonical.com> From: Tyrel Datwyler Date: Mon, 3 Jul 2017 12:17:07 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170703094401.11946-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17070319-0040-0000-0000-00000375D094 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007314; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000214; SDB=6.00882357; UDB=6.00440070; IPR=6.00662547; BA=6.00005450; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00016058; XFM=3.00000015; UTC=2017-07-03 19:17:12 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17070319-0041-0000-0000-00000769D48C Message-Id: <7a0f8b50-1f7a-2d3d-4b2c-e52cfa282764@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-07-03_13:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1707030313 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 29 On 07/03/2017 02:44 AM, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in QEDF_INFO message > > Signed-off-by: Colin Ian King > --- > drivers/scsi/qedf/qedf_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/qedf/qedf_main.c b/drivers/scsi/qedf/qedf_main.c > index b58bba4604e8..dc93e968a448 100644 > --- a/drivers/scsi/qedf/qedf_main.c > +++ b/drivers/scsi/qedf/qedf_main.c > @@ -1227,7 +1227,7 @@ static void qedf_rport_event_handler(struct fc_lport *lport, > > if (rdata->spp_type != FC_TYPE_FCP) { > QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_DISC, > - "Not offlading since since spp type isn't FCP\n"); > + "Not offloading since since spp type isn't FCP\n"); Seems like a "since" could be dropped here as well. -Tyrel > break; > } > if (!(rdata->ids.roles & FC_RPORT_ROLE_FCP_TARGET)) { >