diff options
| author | 2019-03-25 13:14:01 +0530 | |
|---|---|---|
| committer | 2019-03-26 05:49:12 +0900 | |
| commit | c8723cb8d06bb1064508055881c1bd0c90a15a18 (patch) | |
| tree | a67e2170d84de4e531845b2f363f81e3fb7507d3 /tools/perf/scripts/python/bin | |
| parent | staging: rtl8723bs: include: Fix indentation and spacing issues (diff) | |
staging: sm750fb: Prefer using the BIT macro
Challenge suggested by coccinelle.
Replace bit shifting on 1 with the BIT(x) macro.
Coccinelle script:
@@
constant c;
@@
-(1 << c)
+BIT(c)
Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
