summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2015-10-16 22:11:36 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-16 23:05:17 -0700
commit79f2af620ef5ae6a6ddf4a3da65568c90c0c5e25 (patch)
tree4c55c24510b0080d98547de6c1e8c4b2892d8803 /tools/perf/scripts/python
parent779fcc8410757386bac35ddf4ba026943f2f24f3 (diff)
downloadlinux-79f2af620ef5ae6a6ddf4a3da65568c90c0c5e25.tar.gz
linux-79f2af620ef5ae6a6ddf4a3da65568c90c0c5e25.zip
staging: panel: 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 <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions