Re: [PATCH] Fixed spacing errors in drivers/staging/fbtft/fbtft-bus.c
From: Al Viro
Date: Sun Jun 22 2025 - 18:43:40 EST
On Mon, Jun 23, 2025 at 03:50:24AM +0530, Arrsh Khusaria wrote:
> Hi,
> This patch fixes spacing issues in drivers/staging/foo/foo.c,
> such as spacing before parentheses and indentation, to comply with the
> kernel coding style guidelines.
>
> There are no functional changes.
>
> This is my first kernel patch. Please let me know if anything needs to be
> improved.
Er... Trying to compile the result, perhaps?
> Removed unnecessary whitespace and trailing comma inside a function
> parameter list, as reported by checkpatch.pl. No functional changes.
... and not treating the output of checkpatch.pl as unfallible oracle.
Seriously, try to build the resulting tree and see what happens.