mbox series

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

Message ID 20220419011340.14954-1-solomonbstoner@protonmail.ch
Headers show
Series iwlwifi: Address whitespace coding style errors | expand

Message

Solomon Tan April 19, 2022, 1:14 a.m. UTC
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@protonmail.ch>

Comments

Greg Kroah-Hartman April 19, 2022, 6:02 a.m. UTC | #1
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@protonmail.ch>
> 

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