aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2015-10-15 13:40:08 +0530
committerGreg Kroah-Hartman <[email protected]>2015-10-16 23:05:17 -0700
commit3bf3cdee6368a0093584f021aaded582427048dd (patch)
tree8f82e54aad0b514a4dcc686509d79a2dc207801f /tools/perf/scripts/python/syscall-counts-by-pid.py
parent05ea2d97b9c7a2273a4f0405c036d6e4b61e2245 (diff)
staging: media: lirc: Remove useless initialisation
Remove intialisation of a variable that is immediately reassigned. The semantic patch used to find this is: // <smpl> @@ type T; identifier x; constant C; expression e; @@ T x - = C ; x = e; // </smpl> Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions