[PATCH 0/3] iwlwifi: Address whitespace coding style errors
From: Solomon Tan
Date: Mon Apr 18 2022 - 21:14:38 EST
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>