linux/drivers/staging/rtl8188eu
Aishwarya Pant 2b8b4a2762 staging: rtl8188eu: remove parenthesis from right hand side of assignment
Parenthesis are not needed around the right hand side of an assignment.
This patch was made on the core files of rtl8188eu using the following
coccinelle script.

@@
binary operator op = {==,!=,&&,||,>=,<=,&,|};
expression l, r, t;
@@

(
l = (r op t)
|
l =
-(
r
-)
)

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-18 12:00:07 +02:00
..
core staging: rtl8188eu: remove parenthesis from right hand side of assignment 2017-09-18 12:00:07 +02:00
hal staging: rtl8188eu: fix indentation error 2017-05-16 13:53:23 +02:00
include staging: rtl8188eu: Move { after function to new line 2017-07-27 21:51:06 -07:00
os_dep staging: rtl8188eu: remove unnecessary call to memset 2017-08-29 08:24:04 +02:00
Kconfig staging: rtl8188eu: force driver to be built as a module 2017-04-11 15:59:33 +02:00
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
TODO staging: rtl8*: fix my email address up 2016-02-11 19:33:46 -08:00