linux/drivers/staging/xgifb
Janani Ravichandran 7aa546e410 staging: xgifb: Remove unneeded parentheses
Remove unneeded parentheses around the right hand side of assignments as
they are not needed. Semantic patch:

@@
expression a, b, c;
@@

(
  a = (b == c)
|
  a =
- (
  b
- )
)

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-11 19:50:11 -08:00
..
Kconfig
Makefile
TODO
vb_def.h
vb_init.c Staging: xgifb: Remove space after cast 2015-10-24 19:11:30 -07:00
vb_init.h
vb_setmode.c staging: xgifb: Remove unneeded parentheses 2016-02-11 19:50:11 -08:00
vb_setmode.h
vb_struct.h
vb_table.h
vb_util.h
vgatypes.h drivers: staging: xgifb: vgatypes.h: fixed coding style warnings 2016-02-07 20:14:12 -08:00
XGI_main_26.c staging: xgifb: Remove unneeded parentheses 2016-02-11 19:50:11 -08:00
XGI_main.h
XGIfb.h