summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorSrishti Sharma <srishtishar@gmail.com>2017-09-16 02:36:16 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-18 11:53:16 +0200
commit7f1a9c61d627361924bc507f12fa3c6e77e80669 (patch)
treecd20dd876205ac96792d6105aef0d3b4651e68bf /tools/perf/scripts/python/bin/stackcollapse-record
parent1521968f3cdfde1df64b68717eb9cfcb9f8fa52f (diff)
downloadkernel-7f1a9c61d627361924bc507f12fa3c6e77e80669.tar.gz
Staging: irda: Remove parentheses on the right of assignment
Parentheses are not needed on the right hand side of assignment statement in most cases. Done using the following semantic patch by coccinelle. @@ identifier E,F,G,f; expression e,r; @@ ( E = (G == F); | E = (e == r); | E = -( ... -) ; ) Signed-off-by: Srishti Sharma <srishtishar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions