From patchwork Wed Aug 10 10:30:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shaomin Deng X-Patchwork-Id: 597820 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 C2577C00140 for ; Wed, 10 Aug 2022 10:30:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230231AbiHJKaQ (ORCPT ); Wed, 10 Aug 2022 06:30:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57660 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229476AbiHJKaP (ORCPT ); Wed, 10 Aug 2022 06:30:15 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F07F2611; Wed, 10 Aug 2022 03:30:13 -0700 (PDT) X-QQ-mid: bizesmtp65t1660127408tjw07dsw Received: from localhost.localdomain ( [182.148.14.53]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 10 Aug 2022 18:30:01 +0800 (CST) X-QQ-SSF: 0100000000200050B000B00A0000000 X-QQ-FEAT: SFhf6fKhx/8zobKRJHvEpxeB4d8W7ooEEJ6PlN7CphtEVGpfhkt1xLZWWHacD 8xPRJgI3ihWNKl9Nm5sOnC5LKVUL8ZcouwHxSSro/82Sr6svm+v34JgJaQ8t967y4qft3XD /tQMlVbslHaleSJSDDsTs0GIZSuRLVykvZhM7ri3fv4Ud8rBTsvX4AzMBXvRWNMh4dMvznC jCszZIcZLisJT/j9yFp8Z2+fNtWjj1RoRQvSTaGWzWsgCu6DOAFwgX0FWtvID4dZobOmJXQ xJJhVscuxtwqTK4DmBKgDRTLaowPhSHgMXl6Qyps54gEetaBlIq33HyIFF8aN9mHQu/epy7 S1d1K0vxs7TphGV8CuDSANICaHSWSVfUIy6/rRv5bWq3BM12q1QSdGTNJ7BlKdvLxTLJ2ze X-QQ-GoodBg: 0 From: shaomin Deng To: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Cc: shaomin Deng Subject: [PATCH] usb: usbtest: Fix typo in comments Date: Wed, 10 Aug 2022 06:30:00 -0400 Message-Id: <20220810103000.8721-1-dengshaomin@cdjrlc.com> X-Mailer: git-send-email 2.35.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 rebundant word "with" in comments. Signed-off-by: shaomin Deng --- 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,