aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorElise Lennion <[email protected]>2016-10-17 22:01:26 -0200
committerGreg Kroah-Hartman <[email protected]>2016-10-24 15:35:03 +0200
commit596f144943812954113f028c915e0b6c08200429 (patch)
tree74e871ae785172652a09b3cd7e19d4df83dc8efb /tools/perf/scripts/python
parenta0f204a4f79d09a102315a67e1ba27de9fea6c8a (diff)
staging: vt6656: Remove unnecessary parentheses.
The removed parentheses are unnecessary and don't add readability. Found using Coccinelle semantic patch: @@ expression e, e1, e2; @@ e += ( (e1 == e2) | - (e1) + e1 ) @@ expression e, e1, e2; @@ e = ( (e1 == e2) | - (e1) + e1 ) Signed-off-by: Elise Lennion <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions