diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-16 22:12:35 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 23:05:17 -0700 |
| commit | 574dddc6d73eedb3177c8db4f61fa7cebcabb128 (patch) | |
| tree | d95072823cb0d0ea5e1b47f3239754fbd2de8da0 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | 17accc46ec6e015a48c5afd281381a33d6b1da16 (diff) | |
staging: vt6656: 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions