aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorArushi Singhal <[email protected]>2017-03-22 22:28:28 +0530
committerGreg Kroah-Hartman <[email protected]>2017-03-23 14:25:33 +0100
commit12eed2f2fb8ff7623295a5f69e22ef247273cd8f (patch)
tree18bd94906cfaa71d338863c7923bc922121d9fe6 /tools/perf/scripts/python/bin
parent4f8f316be6bace82139e321e11674949ce446454 (diff)
staging: fbtft: Replace a bit shift by a use of BIT.
This patch replaces bit shifting on 1 with the BIT(x) macro. This was done with coccinelle: @@ constant c; @@ -1 << c +BIT(c) Signed-off-by: Arushi Singhal <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions