diff mbox series

kselftest: Add missing signature to the comments

Message ID 20240404155511.57502-1-usama.anjum@collabora.com (mailing list archive)
State Accepted
Commit ac89436701caf712671cb3316e7e083987e9d8d2
Headers show
Series kselftest: Add missing signature to the comments | expand

Commit Message

Muhammad Usama Anjum April 4, 2024, 3:55 p.m. UTC
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>
---
 tools/testing/selftests/kselftest.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Shuah Khan April 4, 2024, 5:06 p.m. UTC | #1
On 4/4/24 09:55, Muhammad Usama Anjum wrote:
> 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>
> ---
>   tools/testing/selftests/kselftest.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kselftest.h
> index 7d650a06ca359..159bf8e314fa3 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:
>    *

Thank you. Applied to linux-kselftest next for Linux 6.10-rc1

thanks,
-- Shuah
diff mbox series

Patch

diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kselftest.h
index 7d650a06ca359..159bf8e314fa3 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:
  *