staging: rtl8192u: add spaces around '=', '+=', '<', '||'
authorRoxana Blaj <roxanagabriela10@gmail.com>
Fri, 3 Oct 2014 12:36:11 +0000 (15:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:14 +0000 (10:29 +0800)
commit0bfacefd092130a397ce8f5fc13d10f846c96e28
tree41a189cc815f076ce3c70fd70089f52fc4f39c12
parentf39b81f55012a1d27012fcdc850b537d3050be1f
staging: rtl8192u: add spaces around '=', '+=', '<', '||'

This fixes the checkpatch.pl errors:
ERROR: spaces required around that '=' (ctx:VxV)
ERROR: spaces required around that '+=' (ctx:VxV)
ERROR: spaces required around that '<' (ctx:VxV)
ERROR: spaces required around that '||' (ctx:VxE)

Signed-off-by: Roxana Blaj <roxanagabriela10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_firmware.c