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 staging/xgifb: Move register helper functions to header 2015-07-14 19:55:31 -07:00
TODO
vb_def.h
vb_init.c Staging: xgifb: Remove space after cast 2015-10-24 19:11:30 -07:00
vb_init.h staging: xgifb: Remove unnecessary externs 2015-08-14 18:51:56 -07:00
vb_setmode.c staging: xgifb: Remove unneeded parentheses 2016-02-11 19:50:11 -08:00
vb_setmode.h staging: xgifb: Remove unnecessary externs 2015-08-14 18:51:56 -07:00
vb_struct.h
vb_table.h
vb_util.h Staging: xgifb: vb_util: Fixed sparse warning of bit truncation due to cast 2015-10-02 11:36:00 +02:00
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