diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2024-04-04 18:55:10 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-05-06 22:57:19 +0300 |
commit | b4970a8c50c4a8310e907d25abbce5094564633b (patch) | |
tree | 06ca50d1129bf920ebed51f92fce6c9511682e7c /tools/testing/selftests/kselftest.h | |
parent | 449a3c6c394bdd2a72a8ee8f3c23c51a680a59e2 (diff) | |
download | linux-b4970a8c50c4a8310e907d25abbce5094564633b.tar.xz |
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 <usama.anjum@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/kselftest.h')
-rw-r--r-- | tools/testing/selftests/kselftest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kselftest.h index 29efce369a36..8e9e4b86645a 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: * |