aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorElise Lennion <[email protected]>2016-10-17 22:00:07 -0200
committerGreg Kroah-Hartman <[email protected]>2016-10-24 15:33:27 +0200
commit9fdd532c51ce9c8f08fea329e74ec8021568b97b (patch)
tree0c8dd535f57c5fea99a50fa7bc4253a08f172d9f /tools/perf/scripts/python
parentf9bee6dd24addfa00c2c8d50c25b73efbfbb28ba (diff)
staging: android: 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 ) Signed-off-by: Elise Lennion <[email protected]> Acked-by: Laura Abbott <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions