diff options
| author | Eva Rachel Retuya <[email protected]> | 2016-09-21 13:03:24 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-09-22 11:54:47 +0200 |
| commit | 4f1cbe2a7b4fa50e5ae09e0a564c9dc4101b02fd (patch) | |
| tree | 64eb70b30db238463c076998bc622e5557beedba /tools/perf/scripts/python/bin | |
| parent | ce35e9be62837d8242472264b511f9c27992adfa (diff) | |
staging: greybus: audio: delete unnecessary parentheses
Eliminate unneeded parentheses around the right hand side of an assignment.
Coccinelle semantic patch used:
@@
expression e1, e2;
identifier v;
@@
(
v = (e1 == e2)
|
v = (e1 != e2)
|
v = (e1 <= e2)
|
v = (e1 >= e2)
|
v =
- (
e1
- )
)
Signed-off-by: Eva Rachel Retuya <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions