aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2015-10-16 22:12:35 +0530
committerGreg Kroah-Hartman <[email protected]>2015-10-16 23:05:17 -0700
commit574dddc6d73eedb3177c8db4f61fa7cebcabb128 (patch)
treed95072823cb0d0ea5e1b47f3239754fbd2de8da0 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent17accc46ec6e015a48c5afd281381a33d6b1da16 (diff)
staging: vt6656: Prefer using BIT Macro
Replace bit shifting on 1 with the BIT(x) Macro The semantic patch used to find this is: @@ int g; @@ -(1 << g) +BIT(g) Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions