[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fb86cba0-e9dd-7e66-d3c9-53b8b89d9469@linuxfoundation.org>
Date: Wed, 4 May 2022 12:44:05 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: Sebin Sebastian <mailmesebin00@...il.com>
Cc: Shuah Khan <shuah@...nel.org>, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH] selftests: mqueue: fix all errors
On 5/4/22 4:17 AM, Sebin Sebastian wrote:
> All errors and styling issues were fixed.
>
> Signed-off-by: Sebin Sebastian <mailmesebin00@...il.com>
Please include details on how you found the problems and the log from the tool
> ---
> .../testing/selftests/mqueue/mq_open_tests.c | 19 ++++++++++++-------
> 1 file changed, 12 insertions(+), 7 deletions(-)
>
> diff --git a/tools/testing/selftests/mqueue/mq_open_tests.c b/tools/testing/selftests/mqueue/mq_open_tests.c
> index 9403ac01ba11..c3cb40eae1e9 100644
> --- a/tools/testing/selftests/mqueue/mq_open_tests.c
> +++ b/tools/testing/selftests/mqueue/mq_open_tests.c
> @@ -59,12 +59,12 @@ char *default_queue_path = "/test1";
> mqd_t queue = -1;
>
> static inline void __set(FILE *stream, int value, char *err_msg);
> -void shutdown(int exit_val, char *err_cause, int line_no);
> + void shutdown(int exit_val, char *err_cause, int line_no);
I don't see any change in this line
Including the log helps me understand why these changes are necessary.
thanks,
-- Shuah
Powered by blists - more mailing lists