]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50f7c59f38e570c5b20d88d8f4022bce7870a1c9
tree41a189cc815f076ce3c70fd70089f52fc4f39c12
parent6b21069bb8068485335eb4a75e6e2a1faf1f5f3a
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