Re: [PATCH v2] selftests: timers: valid-adjtimex: fix coding style issues

2025-05-24 Thread Rujra Bhatt
Respected Shuah, On Fri, May 23, 2025 at 10:38 PM Shuah Khan wrote: > > On 5/22/25 21:59, Rujra Bhatt wrote: > > > > This patch corrects minor coding style issues to comply with the Linux > > kernel coding style: > > > > - Align closing parentheses to match opening ones in printf statements. >

Re: [PATCH v2] selftests: timers: valid-adjtimex: fix coding style issues

2025-05-23 Thread Shuah Khan
On 5/22/25 21:59, Rujra Bhatt wrote: This patch corrects minor coding style issues to comply with the Linux kernel coding style: - Align closing parentheses to match opening ones in printf statements. - Break long lines to keep them within the 100-column limit. These changes address warnings

[PATCH v2] selftests: timers: valid-adjtimex: fix coding style issues

2025-05-22 Thread Rujra Bhatt
This patch corrects minor coding style issues to comply with the Linux kernel coding style: - Align closing parentheses to match opening ones in printf statements. - Break long lines to keep them within the 100-column limit. These changes address warnings reported by checkpatch.pl and do not a