Skip to content

Commit b4970a8

Browse files
musamaanjumshuahkh
authored andcommitted
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 <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 449a3c6 commit b4970a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/kselftest.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* For each test, report any progress, debugging, etc with:
1717
*
1818
* ksft_print_msg(fmt, ...);
19+
* ksft_perror(msg);
1920
*
2021
* and finally report the pass/fail/skip/xfail state of the test with one of:
2122
*

0 commit comments

Comments
 (0)