From patchwork Sat Jul 16 13:41:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jilin Yuan X-Patchwork-Id: 591441 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 3C7F0C433EF for ; Sat, 16 Jul 2022 13:41:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230140AbiGPNlh (ORCPT ); Sat, 16 Jul 2022 09:41:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47286 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229499AbiGPNlg (ORCPT ); Sat, 16 Jul 2022 09:41:36 -0400 Received: from smtpbg.qq.com (unknown [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E3051CFD5; Sat, 16 Jul 2022 06:41:30 -0700 (PDT) X-QQ-mid: bizesmtp66t1657978885tcpa5y94 Received: from localhost.localdomain ( [182.148.15.157]) by bizesmtp.qq.com (ESMTP) with id ; Sat, 16 Jul 2022 21:41:22 +0800 (CST) X-QQ-SSF: 01000000002000B0D000B00A0000000 X-QQ-FEAT: hItiEz2SZNLkk3ygyGT3GTihHMkj0G0d5Fnkl/yQq2zuSbclJocP4T2FXA+Uy T8LJ4f6k5BUpIDVs+kmFLpgCFbLBd0Su9z4UkCWxlBPo+3SrjODmWkqKDBBLWvubdEkaRUe 0lSjdqyK1RNPtO7BLXWpOYZxwBXkK3Q5rtOFkRS3q7CglAYsgoVyhE1xAXzUIvQE/FxDzCf Eb117pE/qlSCMyC8snshuQ6b1WnMyh/gInvVArQxl5a0SQ77EbUEDU6skoRaGUAF7QaKIdG /7DDZGmlZU7suOzJp0ZGSqQQUX2fwlO+ZKKOAWQF4bBr9suLYTQN+yF8FNYSTjfarMAaARn TYaxs1hTRtyQ+UQPHwaOx8yLud7jy5Jgpa2h33LD4bynGqWYg1/P25QuR0ZcQ== X-QQ-GoodBg: 0 From: Jilin Yuan To: gregkh@linuxfoundation.org Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] usb/misc: fix repeated words in comments Date: Sat, 16 Jul 2022 21:41:05 +0800 Message-Id: <20220716134105.44710-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/misc/usbtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c index 150090ee4ec1..ac0d75ac2d2f 100644 --- a/drivers/usb/misc/usbtest.c +++ b/drivers/usb/misc/usbtest.c @@ -2638,7 +2638,7 @@ usbtest_do_ioctl(struct usb_interface *intf, struct usbtest_param_32 *param) * different busses) to use when testing, and allocate one thread per * test. So discovery is simplified, and we have no device naming issues. * - * Don't use these only as stress/load tests. Use them along with with + * Don't use these only as stress/load tests. Use them along with * other USB bus activity: plugging, unplugging, mousing, mp3 playback, * video capture, and so on. Run different tests at different times, in * different sequences. Nothing here should interact with other devices,