aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGargi Sharma <[email protected]>2017-02-22 20:32:12 +0530
committerGreg Kroah-Hartman <[email protected]>2017-03-06 09:17:01 +0100
commit24542a004bdadd0f8e724b7da1c068f557d390c6 (patch)
treefa16b553da56e4fc83564839b1a334beff7d10e7 /tools/perf/scripts/python
parentfc988e144cca2aa568e45be8d7e7e9f87d0434ea (diff)
staging: rtl8192e: Remove useless parentheses
Parentheses are not needed on the right side of assignment. Additionally added space around '+'and '*' to remove checkpatch issue, space required around '+' and '*'. Parentheses Removed using the coccinelle script: @@ binary operator bop = {+,-,>>,<<}; expression e, e1, e2; @@ e = -( e1 bop e2 -) Signed-off-by: Gargi Sharma <[email protected]> Acked-by: Julia Lawall <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions