1
0
Fork 0
alistair23-linux/drivers/staging/octeon-usb
Janani Ravichandran 1d5047c981 staging: octeon: Remove unneeded parentheses in assignment
Remove parentheses around the right hand side of assignments as they are
not needed. Semantic patch used:

@@
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:40:02 -08:00
..
Kconfig staging: octeon-usb: depend on CAVIUM_OCTEON_SOC 2013-07-29 11:41:27 -07:00
Makefile staging: octeon-usb: merge cvmx-usb into octeon-hcd 2013-10-06 22:02:21 -07:00
TODO
octeon-hcd.c staging: octeon: Remove unneeded parentheses in assignment 2016-02-11 19:40:02 -08:00
octeon-hcd.h Staging: fixed multiple spelling errors. 2015-05-08 09:23:58 +02:00