From patchwork Wed Jun 9 01:57:57 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: lijian_8010a29@163.com X-Patchwork-Id: 12308679 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8511CC4743D for ; Wed, 9 Jun 2021 01:59:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 68123611C9 for ; Wed, 9 Jun 2021 01:59:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231929AbhFICBc (ORCPT ); Tue, 8 Jun 2021 22:01:32 -0400 Received: from m12-17.163.com ([220.181.12.17]:49551 "EHLO m12-17.163.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231389AbhFICBb (ORCPT ); Tue, 8 Jun 2021 22:01:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=rEKYu t1HFRNQ9zBRmnM/SsccPyPDqTPFS/9b9M6eq3M=; b=eY//UsyoV6FqpvFgvAUUx JfJp+Nt+nAMsji6kJAVZ+PXi798z02ajdwPf5F3qmuY7nP75E0WNcOC27pMbkJNb h4eQr3hxVZDQs7025qATawzaVPLXMpKvrZbBySgyr162JYqhs1Hidut1NgBLaPEN xQaEcSn2KKFFjjIRAMzqC0= Received: from localhost.localdomain (unknown [218.17.89.92]) by smtp13 (Coremail) with SMTP id EcCowADn7IxiIMBgFE0o6Q--.16349S2; Wed, 09 Jun 2021 09:58:59 +0800 (CST) From: lijian_8010a29@163.com To: james.smart@broadcom.com, dick.kennedy@broadcom.com, jejb@linux.ibm.com, martin.petersen@oracle.com Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, lijian Subject: [PATCH] scsi: lpfc: lpfc_attr: deleted the repeated word Date: Wed, 9 Jun 2021 09:57:57 +0800 Message-Id: <20210609015757.290870-1-lijian_8010a29@163.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CM-TRANSID: EcCowADn7IxiIMBgFE0o6Q--.16349S2 X-Coremail-Antispam: 1Uf129KBjvJXoW7tr4kGr15KFWxCF4rXrW3Awb_yoW8tw13pa 93Gay0yrsFgF97tr43Zr4kZ3W5tw4fKFyjyanFy343uFWrK3y7JFyFkrWYy3sxJF1rJ3ZF yrs2g3srCFWjvFJanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07b1nY7UUUUU= X-Originating-IP: [218.17.89.92] X-CM-SenderInfo: 5olmxttqbyiikqdsmqqrwthudrp/1tbiqxSsUFUMZwKYUgABs0 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org From: lijian deleted the repeated word 'the' in the comments. Signed-off-by: lijian --- drivers/scsi/lpfc/lpfc_attr.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index 0975a8b252a0..6bf76576527c 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c @@ -2255,7 +2255,7 @@ static inline bool lpfc_rangecheck(uint val, uint min, uint max) /** * lpfc_enable_bbcr_set: Sets an attribute value. - * @phba: pointer the the adapter structure. + * @phba: pointer the adapter structure. * @val: integer attribute value. * * Description: @@ -2346,7 +2346,7 @@ lpfc_##attr##_show(struct device *dev, struct device_attribute *attr, \ * takes a default argument, a minimum and maximum argument. * * lpfc_##attr##_init: Initializes an attribute. - * @phba: pointer the the adapter structure. + * @phba: pointer the adapter structure. * @val: integer attribute value. * * Validates the min and max values then sets the adapter config field @@ -2379,7 +2379,7 @@ lpfc_##attr##_init(struct lpfc_hba *phba, uint val) \ * into a function with the name lpfc_hba_queue_depth_set * * lpfc_##attr##_set: Sets an attribute value. - * @phba: pointer the the adapter structure. + * @phba: pointer the adapter structure. * @val: integer attribute value. * * Description: @@ -2508,7 +2508,7 @@ lpfc_##attr##_show(struct device *dev, struct device_attribute *attr, \ * lpfc_##attr##_init: validates the min and max values then sets the * adapter config field accordingly, or uses the default if out of range * and prints an error message. - * @phba: pointer the the adapter structure. + * @phba: pointer the adapter structure. * @val: integer attribute value. * * Returns: @@ -2540,7 +2540,7 @@ lpfc_##attr##_init(struct lpfc_vport *vport, uint val) \ * lpfc_##attr##_set: validates the min and max values then sets the * adapter config field if in the valid range. prints error message * and does not set the parameter if invalid. - * @phba: pointer the the adapter structure. + * @phba: pointer the adapter structure. * @val: integer attribute value. * * Returns: