Re: [PATCH 0/3] iwlwifi: Address whitespace coding style errors

From: Greg KH
Date: Tue Apr 19 2022 - 02:02:58 EST


On Tue, Apr 19, 2022 at 01:14:20AM +0000, Solomon Tan wrote:
> This series of three patches addresses the whitespace coding style
> errors marked by checkpatch.pl as an "ERROR". In order of sequence,
> the following edits are made:
> 1. Removal of prohibited spaces
> 2. Addition of required space
> 3. Replacement of space with tabs as code indent.
>
> Signed-off-by: Solomon Tan <solomonbstoner@xxxxxxxxxxxxx>
>

No need to ever sign off on a 0/X email.

Also, not all of these were threaded properly, and are you sure that
coding style "fixes" like these are welcome for this part of the kernel?
I recommend starting out in drivers/staging/ first to learn the process
before going anywhere else.

And finally, why cc: me at all? I am not a wireless developer :)

good luck!

greg k-h