linux/drivers/staging/irda
Srishti Sharma 7f1a9c61d6 Staging: irda: Remove parentheses on the right of assignment
Parentheses are not needed on the right hand side of assignment
statement in most cases. Done using the following semantic
patch by coccinelle.

@@
identifier E,F,G,f;
expression e,r;
@@

(
E = (G == F);
|
E = (e == r);
|
E =
-(
...
-)
;
)

Signed-off-by: Srishti Sharma <srishtishar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-18 11:53:16 +02:00
..
drivers Staging: irda: Remove parentheses on the right of assignment 2017-09-18 11:53:16 +02:00
include/net/irda staging: irda: Remove typedef struct 2017-09-18 11:50:40 +02:00
net Staging: irda: Remove parentheses on the right of assignment 2017-09-18 11:53:16 +02:00
TODO staging: irda: add a TODO file. 2017-08-28 16:42:57 -07:00