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: 695129 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 7C0C2EB64D8 for ; Thu, 22 Jun 2023 01:34:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230128AbjFVBeK (ORCPT ); Wed, 21 Jun 2023 21:34:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230120AbjFVBeJ (ORCPT ); Wed, 21 Jun 2023 21:34:09 -0400 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C3D91FC6 for ; Wed, 21 Jun 2023 18:34:03 -0700 (PDT) Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id E594A24002D for ; Thu, 22 Jun 2023 03:34:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1687397641; bh=Qo7/utFY+AUkkN8SfWpvXJ8a9KR8TVuJ4Y5tbnHu3+4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=nDlet/DGQtB076LH/Ikm3SyWNrgEvqu1HAGDpHrcTdRcJuBKduw6R59CfsoD0lWJ7 KRpMnwyfbEQkswUZtBgbjjP0ZwTxZ7io6D0gHeTb/EGiMFNXLvNkgpV2zVILzoUJ8X cLZoTz4dua/vyfp7cs5k3tbYNXGY+CZkVx17/jrIPlAJ+7tm4czTWZrPJ1aHdMU91/ s20jeQKR/r+IEaezGpcZhA7XCz5e81OkAlsJacDh3hs3P4FIz3fZR9xlZFvsMp36x6 f90UzZ6qvD1d/nxgKPmsTG0dOkzZPhoRBSrAXuCDwcJFTUHH2NaMpUAdytA+V+xHu7 pKBx/d3UIkFnA== 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-kselftest@vger.kernel.org Spell "transmissions" properly. Found by searching for keyword "tranm". Signed-off-by: Yueh-Shun Li Reviewed-by: Matthieu Baerts --- 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"