]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/futex: Add newline to ksft_exit_fail_msg()
authorCarlos Llamas <cmllamas@google.com>
Wed, 15 Oct 2025 17:35:41 +0000 (17:35 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 14 Nov 2025 13:39:36 +0000 (14:39 +0100)
commit9407d138b8d5eff1cabceb4b3176f03191871479
tree2f8f87f33bf85695017e3b1f06873d7ed84ecaa4
parent2d98144440f0101e6e432a748ec9f14a0f8be9e5
selftests/futex: Add newline to ksft_exit_fail_msg()

This was missed in commit e5c04d0f3ea0 ("selftests/futex: Refactor
futex_wait with kselftest_harness.h") while replacing previous perror()
calls, which automatically append the newline character.

Fixes: e5c04d0f3ea0 ("selftests/futex: Refactor futex_wait with kselftest_harness.h")
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://patch.msgid.link/20251015173556.2899646-1-cmllamas@google.com
tools/testing/selftests/futex/functional/futex_wait.c