summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorElise Lennion <elise.lennion@gmail.com>2016-10-17 21:57:58 -0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-24 15:35:03 +0200
commit5bc45c9d1ebaa1734c36f2abf1db85b579888224 (patch)
tree2e7f9261fdf20fc1e730ebfe8a55af680aa7d6f2 /tools/perf/scripts/python/net_dropmonitor.py
parent596f144943812954113f028c915e0b6c08200429 (diff)
downloadlinux-5bc45c9d1ebaa1734c36f2abf1db85b579888224.tar.gz
linux-5bc45c9d1ebaa1734c36f2abf1db85b579888224.zip
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 <elise.lennion@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions