diff options
author | Eva Rachel Retuya <[email protected]> | 2016-02-24 00:34:56 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-03-11 22:09:09 -0800 |
commit | 0b7ceaa665d2ff938d6e42f41eee944926e180ee (patch) | |
tree | 9ced3912f0bcdb5addd60a269a46a707b991e4ef /tools/perf/scripts/python/check-perf-trace.py | |
parent | 0c566659237c910696c5187fd3edb3e5ef085af7 (diff) |
staging: dgnc: delete parentheses around right hand side of assignment
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/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions