alistair23-linux/drivers/staging/rtl8723au
Tina Johnson c89ca085a5 drivers: staging: rtl8723au: hal: Removed unnecessary parentheses
Parentheses around the right side of an assignment statement are
unnecessary and hence removed. Coccinelle was used to produce the
patch:

@rule1@
identifier x,y;
constant c;
@@

(

 x =
-(
 y << c
-)
 ;
|
 x =
-(
 y >> c
-)
 ;
|
 x =
-(
 y + c
-)
 ;
|
 x =
-(
 y - c
-)
 ;

)

Signed-off-by: Tina Johnson <tinajohnson.1234@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-09 13:37:22 +01:00
..
core drivers: staging: rtl8723au: core: Removed unnecessary parentheses 2015-03-09 13:37:22 +01:00
hal drivers: staging: rtl8723au: hal: Removed unnecessary parentheses 2015-03-09 13:37:22 +01:00
include staging: rtl8723au: Eliminate ODM_SetBBReg() 2015-03-06 17:22:44 -08:00
os_dep Staging: rtl8723au: Add blank line after declarations 2015-02-26 13:04:53 -08:00
Kconfig
Makefile
TODO