From patchwork Tue Jan 2 07:27:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: zheng tan X-Patchwork-Id: 759794 Received: from mailgw.kylinos.cn (mailgw.kylinos.cn [124.126.103.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 236C2468E; Tue, 2 Jan 2024 07:27:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=kylinos.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kylinos.cn X-UUID: ad091032bc1a4116b2351c70b3a42695-20240102 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.35, REQID:6b656fcb-e1da-4e6f-8427-69eae0ee4c88, IP:15, URL:0,TC:0,Content:0,EDM:0,RT:0,SF:-5,FILE:0,BULK:0,RULE:Release_Ham,ACTIO N:release,TS:10 X-CID-INFO: VERSION:1.1.35, REQID:6b656fcb-e1da-4e6f-8427-69eae0ee4c88, IP:15, UR L:0,TC:0,Content:0,EDM:0,RT:0,SF:-5,FILE:0,BULK:0,RULE:Release_Ham,ACTION: release,TS:10 X-CID-META: VersionHash:5d391d7, CLOUDID:d50b6582-8d4f-477b-89d2-1e3bdbef96d1, B ulkID:240102152741F8M6WHBH,BulkQuantity:0,Recheck:0,SF:44|66|24|72|19|102, TC:nil,Content:0,EDM:-3,IP:-2,URL:0,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0 ,OSI:0,OSA:0,AV:0,LES:1,SPR:NO,DKR:0,DKP:0,BRR:0,BRE:0 X-CID-BVR: 0,NGT X-CID-BAS: 0,NGT,0,_ X-CID-FACTOR: TF_CID_SPAM_SNR,TF_CID_SPAM_FSD,TF_CID_SPAM_FSI X-UUID: ad091032bc1a4116b2351c70b3a42695-20240102 Received: from node4.com.cn [(39.156.73.12)] by mailgw (envelope-from ) (Generic MTA) with ESMTP id 440533296; Tue, 02 Jan 2024 15:27:39 +0800 Received: from node4.com.cn (localhost [127.0.0.1]) by node4.com.cn (NSMail) with SMTP id 1863A16001CD7; Tue, 2 Jan 2024 15:27:39 +0800 (CST) X-ns-mid: postfix-6593BAEA-890192601 Received: from localhost.localdomain (unknown [172.20.40.222]) by node4.com.cn (NSMail) with ESMTPA id 43A3616001CD7; Tue, 2 Jan 2024 07:27:37 +0000 (UTC) From: zheng tan To: skashyap@marvell.com, jhasan@marvell.com, GR-QLogic-Storage-Upstream@marvell.com Cc: jejb@linux.ibm.com, martin.petersen@oracle.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Zheng tan , k2ci Subject: [PATCH v2] scsi: qedf: fix spelling typo in comment Date: Tue, 2 Jan 2024 15:27:35 +0800 Message-Id: <20240102072735.973345-1-tanzheng@kylinos.cn> X-Mailer: git-send-email 2.27.0 Precedence: bulk X-Mailing-List: linux-scsi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Zheng tan fix spelling typo in comment. Reported-by: k2ci Signed-off-by: Zheng tan --- drivers/scsi/qedf/qedf_hsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qedf/qedf_hsi.h b/drivers/scsi/qedf/qedf_hsi.h index ecd5cb53b750..36a8a53e859d 100644 --- a/drivers/scsi/qedf/qedf_hsi.h +++ b/drivers/scsi/qedf/qedf_hsi.h @@ -300,7 +300,7 @@ struct fcoe_respqe { /* PARAM that is located in the FCP_RSP FC header */ #define FCOE_RESPQE_PARAM_MASK 0xFFFFFF #define FCOE_RESPQE_PARAM_SHIFT 0 -/* Indication whther its Target-auto-rsp mode or not */ +/* Indication whether its Target-auto-rsp mode or not */ #define FCOE_RESPQE_TARGET_AUTO_RSP_MASK 0xFF #define FCOE_RESPQE_TARGET_AUTO_RSP_SHIFT 24 };