aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArushi Singhal <[email protected]>2017-03-22 22:12:34 +0530
committerJonathan Cameron <[email protected]>2017-03-23 19:43:29 +0000
commit63bb38c000a2c5817f643273c0596828fe7ce05c (patch)
treefe206166e6ba369a2fc4f1fe4a83ddcbfbd8e01b /tools/perf/scripts/python
parent9dde479e9f9e5b2eafa3db8b7ce919b74533beb8 (diff)
staging: iio: 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: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions