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
Makefile
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
TODO