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 else branc

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

2025-05-15 Thread Alexandre Belloni
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 else branch, to align with the kernel coding style. >