public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [PATCH] selftests: mptcp: connect: Use more formal wording in error message
@ 2025-02-15  0:23 Marcelo Moreira
  0 siblings, 0 replies; only message in thread
From: Marcelo Moreira @ 2025-02-15  0:23 UTC (permalink / raw)
  To: skhan, linux-kernel-mentees, linux-kselftest, martineau,
	~lkcamp/patches

Update error message in mptcp_connect.sh to use a more formal and
consistent wording. The phrase "not able to" was replaced with "Unable to"
for better clarity.

Signed-off-by: Marcelo Moreira <marcelomoreira1905@gmail.com>
---
 tools/testing/selftests/net/mptcp/mptcp_connect.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/net/mptcp/mptcp_connect.sh b/tools/testing/selftests/net/mptcp/mptcp_connect.sh
index 5e3c56253274..bdc9c22af6be 100755
--- a/tools/testing/selftests/net/mptcp/mptcp_connect.sh
+++ b/tools/testing/selftests/net/mptcp/mptcp_connect.sh
@@ -261,8 +261,8 @@ check_mptcp_disabled()
 
 	# mainly to cover more code
 	if ! ip netns exec ${disabled_ns} sysctl net.mptcp >/dev/null; then
-		mptcp_lib_pr_fail "not able to list net.mptcp sysctl knobs"
-		mptcp_lib_result_fail "not able to list net.mptcp sysctl knobs"
+		mptcp_lib_pr_fail "Unable to list net.mptcp sysctl knobs"
+		mptcp_lib_result_fail "Unable to list net.mptcp sysctl knobs"
 		ret=${KSFT_FAIL}
 		return 1
 	fi
-- 
2.48.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-15  0:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-15  0:23 [PATCH] selftests: mptcp: connect: Use more formal wording in error message Marcelo Moreira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox