Re: [PATCH v2] selftests/breakpoints:Add return value in main function

2024-07-10 Thread Shuah Khan
On 7/9/24 20:16, Zhu Jun wrote: Main function return value is int type, so add return value in the end that this problem was discovered by reading the code Signed-off-by: Zhu Jun --- Changes in v2: - modify commit info tools/testing/selftests/breakpoints/step_after_suspend_test.c | 4 +++-

[PATCH v2] selftests/breakpoints:Add return value in main function

2024-07-09 Thread Zhu Jun
Main function return value is int type, so add return value in the end that this problem was discovered by reading the code Signed-off-by: Zhu Jun --- Changes in v2: - modify commit info tools/testing/selftests/breakpoints/step_after_suspend_test.c | 4 +++- 1 file changed, 3 insertions(+),