diff options
| author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2015-10-16 22:10:25 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-16 23:02:55 -0700 |
| commit | b49f3b23428433dc1e8bf323d1c39be73f1605e5 (patch) | |
| tree | 6003f5a3ce198fddd975e2a5e0e3f75464da400e /tools/perf/scripts/python | |
| parent | d32cf44a62716d4fa9e9d8a5d7201a89d936fe5e (diff) | |
| download | linux-b49f3b23428433dc1e8bf323d1c39be73f1605e5.tar.gz linux-b49f3b23428433dc1e8bf323d1c39be73f1605e5.zip | |
staging: rdma: amso1100: 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
