staging: vt6656: iwctl: Fix up variable declarations (whitespace and 'one-per-line')
authorJesper Juhl <jj@chaosbits.net>
Sun, 24 Jun 2012 23:56:43 +0000 (01:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jun 2012 18:17:37 +0000 (11:17 -0700)
commitc91a8d5a7b03ac6801c92087e26dadd968f0e0e7
tree6c0641bed09322566b7f20b02207c2139bde03ec
parentbb6ec004c153792d7fc1bb2d8cab333c04287680
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>
drivers/staging/vt6656/iwctl.c
drivers/staging/vt6656/iwctl.h