From patchwork Thu Jun 22 01:26:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yueh-Shun Li X-Patchwork-Id: 695186 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 B54EAEB64DD for ; Thu, 22 Jun 2023 01:34:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230129AbjFVBeL (ORCPT ); Wed, 21 Jun 2023 21:34:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50472 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbjFVBeJ (ORCPT ); Wed, 21 Jun 2023 21:34:09 -0400 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 67B801FCB for ; Wed, 21 Jun 2023 18:34:03 -0700 (PDT) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 0FC2E240103 for ; Thu, 22 Jun 2023 03:34:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1687397642; bh=Qo7/utFY+AUkkN8SfWpvXJ8a9KR8TVuJ4Y5tbnHu3+4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=YlnlaAI34bHCUo/26vKiKD82jyDjhGAqPilEQA+TsWXapMqacndcZ234eKx3d+uD4 lClYC2C17oBzQbAp2DUtxfy/whnV+TXqWJSPlXPp5/tzMRtbfo94zj4ao5/EOurRw/ d1xskKMxesmeDAoGBPiSeBa/dC2Scun8sjYQWNW35OqWDsxZT+EvNff6+VxJ0jUNoR zpA5SRXTzhEcaMNYdvv926Mj55EAirapNI96d7G/6G4nbxV8pB5KcAwx40q7oltZ8g fbXhuP1yQUkQoMloTuN6m/dLee1vHWtKXaQpmWPPX1LHLiZ/8/kfY6TqVZi0M97baV TzfYmSKeffOUA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QmjZV4L7Sz6twX; Thu, 22 Jun 2023 03:33:54 +0200 (CEST) From: Yueh-Shun Li To: Jason Gunthorpe , Leon Romanovsky , Tony Nguyen , "David S . Miller" , Kalle Valo , "James E . J . Bottomley" , Jakub Kicinski , Paolo Abeni , Andy Whitcroft , Joe Perches Cc: linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-scsi@vger.kernel.org, mptcp@lists.linux.dev, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Yueh-Shun Li Subject: [PATCH 7/8] selftests: mptcp: connect: fix comment typo Date: Thu, 22 Jun 2023 01:26:35 +0000 Message-Id: <20230622012627.15050-8-shamrocklee@posteo.net> In-Reply-To: <20230622012627.15050-1-shamrocklee@posteo.net> References: <20230622012627.15050-1-shamrocklee@posteo.net> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Spell "transmissions" properly. Found by searching for keyword "tranm". Signed-off-by: Yueh-Shun Li --- tools/testing/selftests/net/mptcp/mptcp_connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/net/mptcp/mptcp_connect.sh b/tools/testing/selftests/net/mptcp/mptcp_connect.sh index 773dd770a567..13561e5bc0cd 100755 --- a/tools/testing/selftests/net/mptcp/mptcp_connect.sh +++ b/tools/testing/selftests/net/mptcp/mptcp_connect.sh @@ -809,7 +809,7 @@ run_tests_disconnect() cat $cin $cin $cin > "$cin".disconnect - # force do_transfer to cope with the multiple tranmissions + # force do_transfer to cope with the multiple transmissions sin="$cin.disconnect" cin="$cin.disconnect" cin_disconnect="$old_cin"