Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: vt6656: iwctl: Fix up variable declarations (whitespace and …
…'one-per-line') Ensure that we have only one variable declaration per line and for each of those lines we have one space between type and variable name and if there's assignment, then we have one space on each side of the equals sign (and no more than 80 characters per line). Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information