From patchwork Fri Jun 23 17:34:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mat Martineau X-Patchwork-Id: 13290859 X-Patchwork-Delegate: kuba@kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ECE28101F2; Fri, 23 Jun 2023 17:34:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 05F45C433C0; Fri, 23 Jun 2023 17:34:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687541659; bh=soa/C2iIrBJik+8b5QHNWDFlga5q5rvhVTxev/CII60=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=mNUCTRdc50fy5FH/FSYKco77cfWcGdun4Otey0BIBIJQV1s6yNlB8fvrIUVfCaSgZ i/OFvTqhh0XN9eVnGBgsVFQzlpQNp7QA5Wkd/3fzQK+hSO6xoGQOKKrts/GnRPClb+ R8VhE9F3T6jYMKMUFKzO7nTWEiLI8p6R0T/iqk7OqRboo6CbplfBGjKViExBD4qU8k aMGTMj6eIOY96u1n4+FyovLbbp0zd4NZt1hH7BSm+B86IJ0KGwPJAumq5q0pM41I1j 5PmMVu7pAXG+RwbElb7PD0QlFYak7QYhDJcXoSIm59N+dGbd3+E7uPrDn36OaCetBo DXl++QgkW6+hw== From: Mat Martineau Date: Fri, 23 Jun 2023 10:34:14 -0700 Subject: [PATCH net-next 8/8] selftests: mptcp: connect: fix comment typo Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20230623-send-net-next-20230623-v1-8-a883213c8ba9@kernel.org> References: <20230623-send-net-next-20230623-v1-0-a883213c8ba9@kernel.org> In-Reply-To: <20230623-send-net-next-20230623-v1-0-a883213c8ba9@kernel.org> To: Matthieu Baerts , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: netdev@vger.kernel.org, mptcp@lists.linux.dev, Mat Martineau , Yueh-Shun Li X-Mailer: b4 0.12.2 X-Patchwork-Delegate: kuba@kernel.org From: Yueh-Shun Li Spell "transmissions" properly. Found by searching for keyword "tranm". Reviewed-by: Matthieu Baerts Signed-off-by: Yueh-Shun Li Signed-off-by: Mat Martineau --- 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"