From mboxrd@z Thu Jan 1 00:00:00 1970 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 BFE36C32772 for ; Tue, 23 Aug 2022 12:41:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244641AbiHWMly (ORCPT ); Tue, 23 Aug 2022 08:41:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239933AbiHWMlJ (ORCPT ); Tue, 23 Aug 2022 08:41:09 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0383C10811D; Tue, 23 Aug 2022 02:51:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661248287; x=1692784287; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=wPCmb9o2zkDw2O64LDEPwhduQ0IzSE9YH9BV2angffA=; b=gxB6jm8AsbPD1kW+GleoZWYAWBRye96lJYjjRUvT44ezjht/oYn8Ts/C hmLoqgd4jo39PGbrx5CSQ5jYkPYf/znmjODoBdU06rFuAYfn2XGEGZGxf 47qexogo8T7O0Sz27NrWdNcqkkPdUCV5Vt+MALiLXHzdEgLE+V9IS3Vn/ JdEKHHjl8nsTc21efrWsa7K9o/ZlPaTHAiWz5KMuSDqyKyA2xkVDLNdF4 wy8y+3m/XbkPIddLNOLk5s7vhWji/pdiF55pHWLOpivnwFTc9W+1tuAy2 u7/p0R/0zhMl7n3rT7Bu90+Vyjr7H/m7yaOuTAVAWdGArlIV6BWzfuf0R A==; X-IronPort-AV: E=McAfee;i="6500,9779,10447"; a="294432733" X-IronPort-AV: E=Sophos;i="5.93,257,1654585200"; d="scan'208";a="294432733" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2022 02:50:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,257,1654585200"; d="scan'208";a="937399830" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga005.fm.intel.com with ESMTP; 23 Aug 2022 02:50:35 -0700 Received: by black.fi.intel.com (Postfix, from userid 1001) id C6681AD; Tue, 23 Aug 2022 12:50:49 +0300 (EEST) Date: Tue, 23 Aug 2022 12:50:49 +0300 From: Mika Westerberg To: Jilin Yuan Cc: andreas.noever@gmail.com, michael.jamet@intel.com, YehezkelShB@gmail.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/thunderbolt: fix repeated words in comments Message-ID: References: <20220822122921.26437-1-yuanjilin@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220822122921.26437-1-yuanjilin@cdjrlc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Mon, Aug 22, 2022 at 08:29:21PM +0800, Jilin Yuan wrote: > Delete the redundant word 'the'. > > Signed-off-by: Jilin Yuan This is already fixed by 34b9715b7cae ("thunderbolt: Fix typo in comment").