staging: vt6656: iwctl: fix up spacing around operators
authorJesper Juhl <jj@chaosbits.net>
Sun, 8 Jul 2012 22:58:36 +0000 (00:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jul 2012 18:41:31 +0000 (11:41 -0700)
commit4063d060431b11da3ac2e255e0d8b3c62a0b5f9f
tree01dc63fe994b084be13c26f0f7c66f77f75dd0ae
parentb74185108668ef966e663878adbad65e03bfcb43
staging: vt6656: iwctl: fix up spacing around operators

A few cases were missed in my previous cleanup, this takes care of the
last cases of missing space (or too much space (as in a newline))
around operators ('=', '==', ',', '<').

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/iwctl.c