From patchwork Sun Aug 21 15:22:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jilin Yuan X-Patchwork-Id: 600241 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 C1CA8C00140 for ; Sun, 21 Aug 2022 15:23:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231462AbiHUPXN (ORCPT ); Sun, 21 Aug 2022 11:23:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229561AbiHUPXL (ORCPT ); Sun, 21 Aug 2022 11:23:11 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6B2E237F9; Sun, 21 Aug 2022 08:23:09 -0700 (PDT) X-QQ-mid: bizesmtp73t1661095381t511bohg Received: from localhost.localdomain ( [182.148.14.124]) by bizesmtp.qq.com (ESMTP) with id ; Sun, 21 Aug 2022 23:22:59 +0800 (CST) X-QQ-SSF: 01000000002000C0D000B00A0000000 X-QQ-FEAT: 3qOr2y8T3jGwSIYpvT2KfrXp5IwTsWoMRUFIfNPbngXrPIiYHVJPlm/9WcBW/ k+h0Rh9l3KEQNTKv/DSgrmCydSWq5TGHxHnaGL9qqquN+gb9Pm+eHz0VOlXILb2WlI2ivtR mqh+NZwmLKcOV1a9Bq41LKdud3RbVJhKsGfzujzA9uMXqTM0BPntNje15bRctmb2r0A2cKh 5A9W1nb6O7iv5Ikla7onAV3WUIbOiJNTdzfBB5ChiQXJzPALEp3tI1PRdptsm64Sdq1icNc z24VZ5/drgqLv3G6PFdfMlw+qgkRkIz0Kzp9NbaYw3ey/C5p0p3qVO2ms6EQ4CyoadU8nJE uS3fuprUhvuRCpFwxtXL6Hcwg/J/tD6ggrD+Vvg2EzdVzNVFtT1EQ1w46k0ng== X-QQ-GoodBg: 0 From: Jilin Yuan To: balbi@kernel.org Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] gadget/udc: fix repeated words in comments Date: Sun, 21 Aug 2022 23:22:54 +0800 Message-Id: <20220821152254.62451-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 'with'. Signed-off-by: Jilin Yuan --- drivers/usb/gadget/udc/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/udc/core.c b/drivers/usb/gadget/udc/core.c index 7886497253cc..8dd8fbd44d65 100644 --- a/drivers/usb/gadget/udc/core.c +++ b/drivers/usb/gadget/udc/core.c @@ -165,7 +165,7 @@ EXPORT_SYMBOL_GPL(usb_ep_disable); /** * usb_ep_alloc_request - allocate a request object to use with this endpoint - * @ep:the endpoint to be used with with the request + * @ep:the endpoint to be used with the request * @gfp_flags:GFP_* flags to use * * Request objects must be allocated with this call, since they normally @@ -900,7 +900,7 @@ EXPORT_SYMBOL_GPL(usb_gadget_unmap_request); /** * usb_gadget_giveback_request - give the request back to the gadget layer - * @ep: the endpoint to be used with with the request + * @ep: the endpoint to be used with the request * @req: the request being given back * * This is called by device controller drivers in order to return the