diff options
| author | Shraddha Barke <shraddha.6596@gmail.com> | 2015-09-10 19:30:30 +0300 |
|---|---|---|
| committer | Jonathan Cameron <jic23@kernel.org> | 2015-09-23 22:23:19 +0300 |
| commit | 01b721536b4128c1e17c596650198bfc36ad8c6c (patch) | |
| tree | 2fdc025a304dde0d725444ec6014ad4840dd3424 /include/uapi/linux/errqueue.h | |
| parent | 4839367d99e3b067d3c2e9404ae320c100d090c7 (diff) | |
| download | linux-01b721536b4128c1e17c596650198bfc36ad8c6c.tar.xz | |
Staging: iio: meter: Prefer using the BIT macro
This patch replaces bit shifting on 1 with the BIT(x) macro
This was done with coccinelle:
@@ int g; @@
-(1 << g)
+BIT(g)
Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/uapi/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions
