aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorsayli karnik <[email protected]>2016-09-17 00:14:57 +0530
committerGreg Kroah-Hartman <[email protected]>2016-09-17 23:36:53 +0200
commitf9c7cb1cb5e1d81d24bf2d2c79229a3f25ab7e5d (patch)
tree2f1b59b292fef0a748b6808f73b09b7eeedbbb52 /tools/perf/scripts/python/event_analyzing_sample.py
parent2751bc918e61a114704f2a6673d316a38878319d (diff)
staging: media: davinci_vpfe: Use BIT macro instead of left shifting 1
This patch replaces left shifts on 1 with the BIT(x) macro, as suggested by checkpatch.pl. This was done using coccinelle script: @@ constant c; @@ - (1 << c) + BIT(c) Signed-off-by: sayli karnik <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions