From patchwork Mon Aug 22 12:29:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jilin Yuan X-Patchwork-Id: 12950581 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 2A9CBC28D13 for ; Mon, 22 Aug 2022 12:29:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235045AbiHVM3l (ORCPT ); Mon, 22 Aug 2022 08:29:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232600AbiHVM3k (ORCPT ); Mon, 22 Aug 2022 08:29:40 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BBBD1193F7; Mon, 22 Aug 2022 05:29:37 -0700 (PDT) X-QQ-mid: bizesmtp65t1661171371tgy84c75 Received: from localhost.localdomain ( [182.148.14.124]) by bizesmtp.qq.com (ESMTP) with id ; Mon, 22 Aug 2022 20:29:30 +0800 (CST) X-QQ-SSF: 01000000002000C0D000B00A0000000 X-QQ-FEAT: zT6n3Y95oi325WtJj3R+SAq78BhD123Pjf1olfHwihXH6EieLG7XutwC4Ci5J 2OBvRBswhvzmkAEba6PpN9tOLc+a3E+w35NJejze5Sze8Lh6XG2tcvmH2G94rS9s0PWlOR9 HKT8inG0zOdcjRT5pg0CN38qpu5OmChzNCY43kxFllDaHikLkutrx+hJ2qJ7br9nVaYpy2l pfEg8z3hwnHewUBFhDDRNzTBtAENawIQWRcdi1L4OSSJivmK4ozodpfWMHIYBCih09HCQ8W 1D0xaKB6vTFBk345ucPrdzqxGJhPpfYaOh+w14zfrDZnshtW6rZXIKO+9hiVi7BIZO2qhmT DLUMitEW9aa5tQV4wFK9b2/KeT1LEOhi6bmIJ6wmvB9pIpeX5I7On0csUWXukMhMgll7qrB X-QQ-GoodBg: 0 From: Jilin Yuan To: andreas.noever@gmail.com, michael.jamet@intel.com, mika.westerberg@linux.intel.com, YehezkelShB@gmail.com Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] drivers/thunderbolt: fix repeated words in comments Date: Mon, 22 Aug 2022 20:29:21 +0800 Message-Id: <20220822122921.26437-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- drivers/thunderbolt/ctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thunderbolt/ctl.h b/drivers/thunderbolt/ctl.h index e8c64898dfce..7c7d80f96c0c 100644 --- a/drivers/thunderbolt/ctl.h +++ b/drivers/thunderbolt/ctl.h @@ -35,7 +35,7 @@ struct tb_cfg_result { * If err = 1 then this is the port that send the * error. * If err = 0 and if this was a cfg_read/write then - * this is the the upstream port of the responding + * this is the upstream port of the responding * switch. * Otherwise the field is set to zero. */