[PATCH] staging:vme_user: Add blank line after struct decl

2024-05-09 Thread Ashok Kumar
Added blank line after struct declarions for improving readability indicated by checkpatch.pl Signed-off-by: Ashok Kumar --- drivers/staging/vme_user/vme_user.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/vme_user/vme_user.c b/drivers/staging/vme_user/vme_user.c index

[RFC] CamelCase can it be fixed per Checkpatch.pl script

2024-05-06 Thread Ashok Kumar
Found some files in Staging Drivers for which checkpatch.pl throws a CHECK to +remove CamelCase. For instance in program vt6655/card.c find the usage of CamelCase as i) Variable names eg: &priv->apTD0Rings[0] ii) Function names eg: void CARDvSafeResetRx( Note: some of the functions are +static fu

Re: [PATCH] staging: fb_tinylcd Alignment to open parenthesis

2024-05-03 Thread Ashok Kumar
On Thursday, May 2, 2024 at 11:54:58 PM PDT, Julia Lawall wrote: On Thu, 2 May 2024, Ashok Kumar wrote: > Corrected coding style CHECK: Alignment should match open parenthesis Ashok, I think the code is nicer as is, because it has all the constant numbers lined up. julia Thanks

[PATCH] staging: fb_tinylcd Alignment to open parenthesis

2024-05-02 Thread Ashok Kumar
Corrected coding style CHECK: Alignment should match open parenthesis Signed-off-by: Ashok Kumar --- drivers/staging/fbtft/fb_tinylcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fbtft/fb_tinylcd.c b/drivers/staging/fbtft/fb_tinylcd.c index 9469248f2c50