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

2025-05-25 Thread Bagas Sanjaya
On Sun, May 25, 2025 at 09:27:31PM +0300, Hanne-Lotta Mäenpää wrote: > 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

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 with the kerne

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

2025-05-22 Thread Shuah Khan
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 with the kernel coding style. This patch combines several

[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: Improved word