From patchwork Wed Jun 22 11:29:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiang Jian X-Patchwork-Id: 584129 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64651C43334 for ; Wed, 22 Jun 2022 11:30:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357100AbiFVLaN (ORCPT ); Wed, 22 Jun 2022 07:30:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235871AbiFVLaM (ORCPT ); Wed, 22 Jun 2022 07:30:12 -0400 Received: from smtpbg.qq.com (smtpbg123.qq.com [175.27.65.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6672E3C4A6; Wed, 22 Jun 2022 04:30:08 -0700 (PDT) X-QQ-mid: bizesmtp84t1655897393tgcbvmch Received: from ubuntu.localdomain ( [223.104.103.173]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 22 Jun 2022 19:29:47 +0800 (CST) X-QQ-SSF: 01000000008000B0B000B00A0000000 X-QQ-FEAT: geCjBjpTnm4EPRA56z0oDsbHcnkG/Lf+2Vs5rTpFY5rpDNiLyd+628nBmWm6N bVMvKa5eeFJl21o+x+3kjwaFalC7hzpPu7V6t3+uu56QhcyTVCEb7j49b6OvPNpxYjluIaG fQ8VtdcoepjaBM08atr8nHIBzyrOiC6MwWIOZkekf+/9jtqUzvwgDrLqkqS3mHfnj00wVe3 vszQFV6BqD+ixohpElYR1m9Sw3azDnZwSM3w8PKhEHq3Xj0af6OrYldzVPrvR0oboRFE8bP QZnacJS1BBmjHdT4e9ReuEEGrrJE8ENdZHJT6A69JIlHFsY1hIZ2Np7LaQc6SyITp40TD+Q xn4JPJH5CEPJTisPL2WrWVeGApVah6ZmfV7UnTZ X-QQ-GoodBg: 0 From: Jiang Jian To: jejb@linux.ibm.com, martin.petersen@oracle.com Cc: anil.gurumurthy@qlogic.com, sudarsana.kalluru@qlogic.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Jiang Jian Subject: [PATCH] scsi: bfa: drop unexpected word "the" in the comments Date: Wed, 22 Jun 2022 19:29:43 +0800 Message-Id: <20220622112943.13524-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam8 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org there is an unexpected word "the" in the comments that need to be dropped file: drivers/scsi/bfa/bfa_fcs_rport.c line: 1974 * the the newly discovered pid, send an scn notice changed to: * the newly discovered pid, send an scn notice Signed-off-by: Jiang Jian --- drivers/scsi/bfa/bfa_fcs_rport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/bfa/bfa_fcs_rport.c b/drivers/scsi/bfa/bfa_fcs_rport.c index c21aa37b8adb..dd78bea3e111 100644 --- a/drivers/scsi/bfa/bfa_fcs_rport.c +++ b/drivers/scsi/bfa/bfa_fcs_rport.c @@ -1971,7 +1971,7 @@ bfa_fcs_rport_gidpn_response(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, /* * Device's PID has changed. We need to cleanup * and re-login. If there is another device with - * the the newly discovered pid, send an scn notice + * the newly discovered pid, send an scn notice * so that its new pid can be discovered. */ list_for_each(qe, &rport->port->rport_q) {