summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-27 16:19:03 +0100
committerMark Brown <broonie@kernel.org>2026-07-27 16:19:03 +0100
commitd930652209c00a0ce52ca64e811f6b1a95446e55 (patch)
tree18a50bca50dc5e04fe5022b7599d4298205fa2bc /tools/testing
parentbb088c73583c106f4fef8432876b9476da5116fa (diff)
parent20f01a5565ce79923b75a2ac8e8ef2a1d7adf517 (diff)
downloadlinux-next-d930652209c00a0ce52ca64e811f6b1a95446e55.tar.gz
linux-next-d930652209c00a0ce52ca64e811f6b1a95446e55.zip
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/ftrace/poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/ftrace/poll.c b/tools/testing/selftests/ftrace/poll.c
index 53258f7515e7..4da86a20dc85 100644
--- a/tools/testing/selftests/ftrace/poll.c
+++ b/tools/testing/selftests/ftrace/poll.c
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
}
close(pfd.fd);
- /* If timeout happned (ret == 0), exit code is 1 */
+ /* If timeout happened (ret == 0), exit code is 1 */
if (ret == 0)
return 1;