aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorMoses Christopher Bollavarapu <[email protected]>2022-01-21 11:51:11 +0100
committerHans Verkuil <[email protected]>2022-12-07 17:58:46 +0100
commit408a2a050f315e9ea146f1619fc5494cae4949b5 (patch)
tree336a28839966223d74ecff903c40bdee0ba7e5f9 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent1069470070808cafa65d400c10e5c4791d0dc0df (diff)
drivers: staging: media: omap4iss: Use BIT macro instead of left shifting
There is a BIT(nr) macro available in Linux Kernel, which does the same thing. Example: 1 << 7 is same as BIT(7) Signed-off-by: Moses Christopher Bollavarapu <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions