aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2015-10-16 22:13:29 +0530
committerGreg Kroah-Hartman <[email protected]>2015-10-16 23:05:17 -0700
commita8a211c481f806c20d56ddb7b0f8533813e936d0 (patch)
tree6ae7fbe4fe23b2e4aab4b5d449578a730f7ceca8 /tools/perf/scripts/python/check-perf-trace.py
parent574dddc6d73eedb3177c8db4f61fa7cebcabb128 (diff)
staging: vt6655: 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/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions