aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSanjana Sanikommu <[email protected]>2019-03-25 13:14:01 +0530
committerGreg Kroah-Hartman <[email protected]>2019-03-26 05:49:12 +0900
commitc8723cb8d06bb1064508055881c1bd0c90a15a18 (patch)
treea67e2170d84de4e531845b2f363f81e3fb7507d3 /tools/perf/scripts/python
parentdc1e3766ec72f6d5b5a610eb772ea1868d367163 (diff)
staging: sm750fb: Prefer using the BIT macro
Challenge suggested by coccinelle. Replace bit shifting on 1 with the BIT(x) macro. Coccinelle script: @@ constant c; @@ -(1 << c) +BIT(c) Signed-off-by: Sanjana Sanikommu <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions