Skip to content

Commit

Permalink
staging: vt6656: iwctl: Fix up variable declarations (whitespace and …
Browse files Browse the repository at this point in the history
…'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
Jesper Juhl authored and Greg Kroah-Hartman committed Jun 25, 2012
1 parent bb6ec00 commit c91a8d5
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 92 deletions.
Loading

0 comments on commit c91a8d5

Please sign in to comment.