On 5/4/22 4:17 AM, Sebin Sebastian wrote:
All errors and styling issues were fixed.
Signed-off-by: Sebin Sebastian mailmesebin00@gmail.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