summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorElise Lennion <elise.lennion@gmail.com>2016-10-17 22:00:07 -0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-24 15:33:27 +0200
commit9fdd532c51ce9c8f08fea329e74ec8021568b97b (patch)
tree0c8dd535f57c5fea99a50fa7bc4253a08f172d9f /tools/perf/scripts/python
parentf9bee6dd24addfa00c2c8d50c25b73efbfbb28ba (diff)
downloadlinux-9fdd532c51ce9c8f08fea329e74ec8021568b97b.tar.gz
linux-9fdd532c51ce9c8f08fea329e74ec8021568b97b.zip
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 <elise.lennion@gmail.com> Acked-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions