kselftest: Add missing signature to the comments
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Thu, 4 Apr 2024 15:55:10 +0000 (20:55 +0500)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 6 May 2024 19:57:19 +0000 (13:57 -0600)
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>
tools/testing/selftests/kselftest.h

index 29efce369a367a5a6736273b2911ec9aa0b6ac25..8e9e4b86645a8223e6806dac2ee0751547263054 100644 (file)
@@ -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:
  *