aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorAishwarya Pant <[email protected]>2017-09-15 18:53:08 +0530
committerGreg Kroah-Hartman <[email protected]>2017-09-18 12:00:07 +0200
commit2b8b4a2762f55627e96834776199eb8f078ae284 (patch)
treed0936f58449c559b1ce1d8289d11303f874fc7e7 /tools/perf/scripts/python/syscall-counts.py
parentc8d5fa75141bec422be82117c826e78e715a9007 (diff)
staging: rtl8188eu: remove parenthesis from right hand side of assignment
Parenthesis are not needed around the right hand side of an assignment. This patch was made on the core files of rtl8188eu using the following coccinelle script. @@ binary operator op = {==,!=,&&,||,>=,<=,&,|}; expression l, r, t; @@ ( l = (r op t) | l = -( r -) ) Signed-off-by: Aishwarya Pant <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions