From patchwork Fri Jul 22 09:44:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Slark Xiao X-Patchwork-Id: 593116 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 45E3FC43334 for ; Fri, 22 Jul 2022 09:48:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234853AbiGVJsP (ORCPT ); Fri, 22 Jul 2022 05:48:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235430AbiGVJrg (ORCPT ); Fri, 22 Jul 2022 05:47:36 -0400 Received: from mail-m974.mail.163.com (mail-m974.mail.163.com [123.126.97.4]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AA1288B4A1; Fri, 22 Jul 2022 02:44:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=oCUel Tv043ICb5AHgO2RDvogVgnSWRF3XguHcIruvNY=; b=XoMEhtct0Gv3iP3hu4OG1 gzf9WjkShUGmNhOHgrWzfge+udGa7S/8bkQ5B9728VPa9Aq5fH1E0oajpwh9Aqvv p08WwQKMMVjnsn1+Ib/Lj3OljYK6KIrrmw5LTNpiQVdR/tenYG68C+axFlt7LFin t6EV84e4AizwRi3BUxNlsI= Received: from localhost.localdomain (unknown [112.97.59.29]) by smtp4 (Coremail) with SMTP id HNxpCgD3NneAcdpiiaeBQA--.23115S2; Fri, 22 Jul 2022 17:44:33 +0800 (CST) From: Slark Xiao To: jejb@linux.ibm.com, martin.petersen@oracle.com, hare@suse.de Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, Slark Xiao Subject: [PATCH] scsi: fcoe: Fix typo 'the the' in comment Date: Fri, 22 Jul 2022 17:44:29 +0800 Message-Id: <20220722094429.78346-1-slark_xiao@163.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CM-TRANSID: HNxpCgD3NneAcdpiiaeBQA--.23115S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrZFWUWr4UCFy5Cr18GF1rJFb_yoW3tFgEgw 4UtrZ2kw18tF97Jw1rtF15ZayIyw40v3Wfur4vg3ySvay5XrsrAw1vvrn5ZrWUK39rXF9r Jr1DXr1Fyr47GjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7sRtzuX3UUUUU== X-Originating-IP: [112.97.59.29] X-CM-SenderInfo: xvod2y5b0lt0i6rwjhhfrp/xtbCdQlGZGBbEb1xAAAAs4 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao --- drivers/scsi/fcoe/fcoe_ctlr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/fcoe/fcoe_ctlr.c b/drivers/scsi/fcoe/fcoe_ctlr.c index 39e16eab47aa..28e8b9f1e1a4 100644 --- a/drivers/scsi/fcoe/fcoe_ctlr.c +++ b/drivers/scsi/fcoe/fcoe_ctlr.c @@ -205,7 +205,7 @@ static int fcoe_sysfs_fcf_add(struct fcoe_fcf *new) * that doesn't have a priv (fcf was deleted). However, * libfcoe will always delete FCFs before trying to add * them. This is ensured because both recv_adv and - * age_fcfs are protected by the the fcoe_ctlr's mutex. + * age_fcfs are protected by the fcoe_ctlr's mutex. * This means that we should never get a FCF with a * non-NULL priv pointer. */