From: Muhammad Usama Anjum Date: Thu, 4 Apr 2024 15:55:10 +0000 (+0500) Subject: kselftest: Add missing signature to the comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b4970a8c50c4a8310e907d25abbce5094564633b;p=linux.git kselftest: Add missing signature to the comments The comment on top of the file is used by many developers to glance over all the available functions. Add the recently added ksft_perror() to it. Signed-off-by: Muhammad Usama Anjum Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kselftest.h index 29efce369a367..8e9e4b86645a8 100644 --- a/tools/testing/selftests/kselftest.h +++ b/tools/testing/selftests/kselftest.h @@ -16,6 +16,7 @@ * For each test, report any progress, debugging, etc with: * * ksft_print_msg(fmt, ...); + * ksft_perror(msg); * * and finally report the pass/fail/skip/xfail state of the test with one of: *