summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorIoana Ciornei <ciorneiioana@gmail.com>2015-10-21 23:17:55 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-24 19:33:42 -0700
commit44209c93299efbc84eb8c29827b3132bf06f7e42 (patch)
tree6abdc7ac3be8a0e9c866818891d7c95c0cb9c3ea /tools/perf/scripts/python/syscall-counts.py
parent181225530e2f625869fb8ad242444d8efa8a478b (diff)
staging: dgap: remove unnecessary brackets
This patch removes unnecessary brackets when dealing with unary operators like '&'. Done with coccinelle semantic patch: @@ expression e; @@ ( - &(e) + &e ) Signed-off-by: Ioana Ciornei <ciorneiioana@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions