Re: [PATCH v2] selftests: Improve test output grammar, code style

2025-05-25 Thread Hanne-Lotta Mäenpää
Hello, On 5/23/25 01:14, Shuah Khan wrote: On 5/16/25 02:42, Hanne-Lotta Mäenpää wrote: Add small grammar fixes in perf events and Real Time Clock tests' output messages. Include braces around a single if statement, when there are multiple statements in the else branch, to align wit

Re: [PATCH] selftests: Improve test output grammar, code style

2025-05-16 Thread Hanne-Lotta Mäenpää
Hello, On 5/15/25 19:56, Alexandre Belloni wrote: Hello, On 15/05/2025 19:22:49+0300, Hanne-Lotta Mäenpää wrote: Add small grammar fixes in perf events and Real Time Clock tests' output messages. Include braces around a single if statement, when there are multiple statements in the

[PATCH v2] selftests: Improve test output grammar, code style

2025-05-16 Thread Hanne-Lotta Mäenpää
Add small grammar fixes in perf events and Real Time Clock tests' output messages. Include braces around a single if statement, when there are multiple statements in the else branch, to align with the kernel coding style. Signed-off-by: Hanne-Lotta Mäenpää --- Notes: v1 -> v2:

[PATCH] selftests: Improve test output grammar, code style

2025-05-15 Thread Hanne-Lotta Mäenpää
Add small grammar fixes in perf events and Real Time Clock tests' output messages. Include braces around a single if statement, when there are multiple statements in the else branch, to align with the kernel coding style. Signed-off-by: Hanne-Lotta Mäenpää --- tools/testing/self