aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorArushi Singhal <[email protected]>2017-03-22 21:23:33 +0530
committerGreg Kroah-Hartman <[email protected]>2017-03-27 14:24:49 +0200
commit08d6ccf39bfb752fdef465f73e6fc7417259af31 (patch)
tree9e0babc3e03c0b41654d6e4cec665ffded21cca3 /tools/perf/scripts/python/export-to-postgresql.py
parent5c143123321cd30553528e92ef7353f8488a461d (diff)
staging: lustre: Replace a bit shift by a use of BIT.
This patch replaces bit shifting on 1 with the BIT(x) macro. This was done with coccinelle: @@ constant c; @@ -1 << c +BIT(c) Signed-off-by: Arushi Singhal <[email protected]> Reviewed-by: Andreas Dilger <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions