linux-stable/drivers/staging/rtl8188eu
Gulsah Kose 0d20dac377 staging: rtl8188eu: core: Removed unnecessary parenthesis.
This patch removes unnecessarry parenthesis in rtw_security.c by
using this coccinelle script:

@r1@
expression e1,e2;
@@
if
- ((e1 == e2))
+ (e1 == e2)
{...}

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-29 16:20:56 -07:00
..
core staging: rtl8188eu: core: Removed unnecessary parenthesis. 2014-10-29 16:20:56 -07:00
hal staging: rtl8188eu: hal: space required 2014-10-29 16:48:32 +08:00
include Staging: rtl8188eu: include: Remove unused macros 2014-10-20 10:29:12 +08:00
os_dep staging: rtl8188eu: os_dep: Remove null check before kfree 2014-10-27 10:33:06 +08:00
Kconfig staging: rtl8188eu: Remove P2P support 2014-07-09 21:08:47 -07:00
Makefile staging: rtl8188eu: Remove odm_debug.c 2014-09-23 23:47:12 -07:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00