aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorHaneen Mohammed <[email protected]>2015-03-22 21:23:23 +0300
committerGreg Kroah-Hartman <[email protected]>2015-03-23 22:21:58 +0100
commit0c76706967dd15b58dfc132d1dc46e13edb86424 (patch)
tree705baa06117da9eae1cb5849b237a4c21c18dbba /tools/perf/scripts/python/netdev-times.py
parent6cf23dfffd3c69fc5cf5e2ca6fee0ab7eb316812 (diff)
Staging: iio: use the BIT macro in .h files
This patch replace bit shifting on 1, 2, and 3 with the BIT(x) macro. Issue addressed by checkpatch.pl with --strict flag. This was done with the help of Coccninelle: @r1@ constant int g; @@ ( 0<<g | 1<<g | 2<<g | 3<<g ) @script:python b@ g2 <<r1.g; y; @@ coccinelle.y = int(g2) + 1 @c@ constant int r1.g; identifier b.y; @@ ( -(1 << g) +BIT(g) | -(0 << g) + 0 | -(2 << g) +BIT(y) | -(3 << g) +(BIT(y)| BIT(g)) ) Signed-off-by: Haneen Mohammed <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions