From patchwork Thu Jun 16 16:38:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiang wangx X-Patchwork-Id: 12884531 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 E105DC43334 for ; Thu, 16 Jun 2022 16:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234980AbiFPQk1 (ORCPT ); Thu, 16 Jun 2022 12:40:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234115AbiFPQk0 (ORCPT ); Thu, 16 Jun 2022 12:40:26 -0400 Received: from smtpbg.qq.com (smtpbg138.qq.com [106.55.201.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E00D2F66C; Thu, 16 Jun 2022 09:40:20 -0700 (PDT) X-QQ-mid: bizesmtp84t1655397551t0v34m0x Received: from localhost.localdomain ( [153.0.96.157]) by bizesmtp.qq.com (ESMTP) with id ; Fri, 17 Jun 2022 00:38:47 +0800 (CST) X-QQ-SSF: 01000000003000D0I000B00A0000000 X-QQ-FEAT: BmbiRuHoQqGA87VCQKSX77hbt6qDnRcebrnfPkrUy22NU9clSYzYvf9mmw+Ex 1MtYFBbk8DHh/ivj6opPJEQdOQmQSyWss8VExI61ZJZSPArKf6hhLWJLBkUOeqmeCXZ8VZa /rBz+D3tiHPOWVnufyuRCBSq2VFLlh6J+9aExE27KyBcNNmYsPuGPgqRYjB2Peqq/ib9QGS +qKrnrfDOgELrwccDGNpL0sR1XAyudXhMeGtO0ot+iSY7snlm3PR5yXQvAjssiUUyXM6CgD 2desSJCMWiBAM9xMUaEV2LP6NjkAFvGuy6E63v+A/HUO3Woa1d5BOHHY8= X-QQ-GoodBg: 0 From: Xiang wangx To: andreas.noever@gmail.com Cc: michael.jamet@intel.com, mika.westerberg@linux.intel.com, YehezkelShB@gmail.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Xiang wangx Subject: [PATCH] thunderbolt: Fix typo in comment Date: Fri, 17 Jun 2022 00:38:30 +0800 Message-Id: <20220616163830.11366-1-wangxiang@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam10 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Delete the redundant word 'the'. Signed-off-by: Xiang wangx --- 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. */