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 mat

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

2025-05-22 Thread Rujra Bhatt
affect functionality. changes in v2 : - Resubmitted the patch with a properly formatted commit message, following patch submission guidelines, as suggested by Shuah Khan. Signed-off-by: Rujra Bhatt --- tools/testing/selftests/timers/valid-adjtimex.c | 7 --- 1 file changed, 4 insertions

Fwd: [PATCH] selftests : timers : valid-adjtimex.c : Fixed style checks

2025-05-15 Thread rujra
. LOG : CHECK: line length of 106 exceeds 100 columns + printf("Invalid (sec: %ld usec: %ld) did not fail! ", tmx.time.tv_sec, tmx.time.tv_usec); Signed-off-by: Rujra Bhatt --- tools/testing/selftests/timers/valid-adjtimex.c | 7 --- 1 file changed, 4 insertions(+), 3 de