2022-04-20 10:34:37

by Solomon Tan

[permalink] [raw]
Subject: [PATCH 0/3] iwlwifi: Address whitespace coding style errors

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 <[email protected]>