linux/drivers/staging/xgifb
Elise Lennion 5bc45c9d1e staging: xgifb: Remove unnecessary parentheses.
The removed parentheses are unnecessary and don't add readability.

Found using Coccinelle semantic patch:
@@ expression e, e1, e2; @@
e &=
(
        (e1 == e2)
|
-       (e1)
+       e1
)

@@ expression e, e1, e2; @@
e |=
(
        (e1 == e2)
|
-       (e1)
+       e1
)

Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-10-24 15:35:03 +02:00
..
Kconfig
Makefile
TODO
vb_def.h
vb_init.c staging: xgifb: fix block comments 2016-03-30 21:34:55 -07:00
vb_init.h
vb_setmode.c staging: xgifb: Remove unnecessary parentheses. 2016-10-24 15:35:03 +02:00
vb_setmode.h
vb_struct.h
vb_table.h staging: xgifb: fix block comments 2016-03-30 21:34:55 -07:00
vb_util.h staging: xgifb: fix bare use of 'unsigned' 2016-03-29 12:40:20 -07:00
vgatypes.h
XGI_main_26.c staging: xgifb: Remove unused variable and if statement 2016-09-22 11:54:47 +02:00
XGI_main.h
XGIfb.h