aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorElise Lennion <[email protected]>2016-10-17 21:57:58 -0200
committerGreg Kroah-Hartman <[email protected]>2016-10-24 15:35:03 +0200
commit5bc45c9d1ebaa1734c36f2abf1db85b579888224 (patch)
tree2e7f9261fdf20fc1e730ebfe8a55af680aa7d6f2 /tools/perf/scripts/python
parent596f144943812954113f028c915e0b6c08200429 (diff)
staging: xgifb: 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