* [PATCH] selftests/ftrace: Split worlds in return string
@ 2025-08-20 5:20 Bartlomiej Kubik
0 siblings, 0 replies; only message in thread
From: Bartlomiej Kubik @ 2025-08-20 5:20 UTC (permalink / raw)
To: skhan, linux-kselftest
Cc: linux-kernel-mentees, linux-kernel, Bartlomiej Kubik
Split concatenated words in return string.
Signed-off-by: Bartlomiej Kubik <kubik.bartlomiej@gmail.com>
---
tools/testing/selftests/ftrace/test.d/event/event-no-pid.tc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/ftrace/test.d/event/event-no-pid.tc b/tools/testing/selftests/ftrace/test.d/event/event-no-pid.tc
index 9933ed24f901..47fd615a4542 100644
--- a/tools/testing/selftests/ftrace/test.d/event/event-no-pid.tc
+++ b/tools/testing/selftests/ftrace/test.d/event/event-no-pid.tc
@@ -110,7 +110,7 @@ fi
cnt=`count_pid $child`
if [ $cnt -ne 0 ]; then
- fail "Child of filtered out taskhas events"
+ fail "Child of filtered out task has events"
fi
cnt=`count_no_pid $mypid`
--
2.39.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-20 5:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 5:20 [PATCH] selftests/ftrace: Split worlds in return string Bartlomiej Kubik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).