diff options
| author | Janani Ravichandran <[email protected]> | 2016-02-11 16:03:08 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-11 20:05:35 -0800 |
| commit | 599b87809594e2b8f742cbd318db31935689cceb (patch) | |
| tree | 83d5fb14036db4fad7d195a265c1a08c5c70ec85 /tools/perf/scripts/python/bin | |
| parent | 686f0c2301a762cf0fc73bd0cfaf62473ddc76d6 (diff) | |
staging: emxx_udc: Remove parentheses around the right hand side of 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 <[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