From patchwork Wed Jun 22 10:46:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiang Jian X-Patchwork-Id: 585123 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 ABF6BC43334 for ; Wed, 22 Jun 2022 10:46:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237361AbiFVKqd (ORCPT ); Wed, 22 Jun 2022 06:46:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233157AbiFVKqc (ORCPT ); Wed, 22 Jun 2022 06:46:32 -0400 Received: from smtpbg.qq.com (smtpbg123.qq.com [175.27.65.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0B4339814; Wed, 22 Jun 2022 03:46:27 -0700 (PDT) X-QQ-mid: bizesmtp69t1655894775t9r7j66b Received: from ubuntu.localdomain ( [223.104.103.173]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 22 Jun 2022 18:46:10 +0800 (CST) X-QQ-SSF: 01000000008000B0B000D00A0000000 X-QQ-FEAT: Jd++W0FxedHF5QzLnyr3TfpgjzXat/iGWZqC8gT0KAwwiMBY4RuAfJcSfAYWT HvjHIcYTOc+24MMwTkp71VlhhiJLWXp2ZTzu0Yx+xLSTo2RRfVdgY71fAcQsTlkqRH9agiC emARUnGd6b2pZnS9Mawro2upbALVCfZ0LfC/ic3DDvyD5lpE7YPmO/1Mt5biC0O/NrU4sJN wHVJCHa+r8lUgpdAKNENYPoLUQfYXdsIrLT3QdZfqcnbTMuDHvdtd8e1A8bGzfQ9KPOfuao l93XGaWdKanOGBe9wHXu8nA8Ln0mDQ9n7+NCPPx9MBJFA4e7GiB+zcxZHRsUkwHpVWUDzN4 I0M6b8dIuWdgFRMvjoxHNJeHsNLpA== X-QQ-GoodBg: 0 From: Jiang Jian To: johan@kernel.org Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Jiang Jian Subject: [PATCH] USB: serial: cypress_m8: drop unexpected word "the" in the comments Date: Wed, 22 Jun 2022 18:46:08 +0800 Message-Id: <20220622104608.8871-1-jiangjian@cdjrlc.com> X-Mailer: git-send-email 2.17.1 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybgspam:qybgspam8 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org there is an unexpected word "the" in the comments that need to be dropped file: drivers/usb/serial/cypress_m8.c line: 259 * chose to use the the general purpose firmware or not), if you changed to: * chose to use the general purpose firmware or not), if you Signed-off-by: Jiang Jian --- drivers/usb/serial/cypress_m8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c index 6924fa95f6bd..da8913683104 100644 --- a/drivers/usb/serial/cypress_m8.c +++ b/drivers/usb/serial/cypress_m8.c @@ -256,7 +256,7 @@ static int analyze_baud_rate(struct usb_serial_port *port, speed_t new_rate) /* * Mike Isely 2-Feb-2008: The * Cypress app note that describes this mechanism - * states the the low-speed part can't handle more + * states the low-speed part can't handle more * than 800 bytes/sec, in which case 4800 baud is the * safest speed for a part like that. */