summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorPintu Kumar <quic_pintu@quicinc.com>2024-10-01 20:50:57 +0300
committerSumit Semwal <sumit.semwal@linaro.org>2024-10-14 17:46:03 +0300
commit4a1cb63bf321c1e498d3f19a6049e56838b18f82 (patch)
tree90e46a1576c4cf8bf75788019357a9684bf56559 /tools/perf/scripts/python/syscall-counts.py
parent16c51e4283c06e9329a58956f8fa97a715d3b68c (diff)
downloadlinux-4a1cb63bf321c1e498d3f19a6049e56838b18f82.tar.xz
dma-buf/heaps: replace kmap_atomic with kmap_local_page
Use of kmap_atomic/kunmap_atomic is deprecated, use kmap_local_page/kunmap_local instead. This is reported by checkpatch. Also fix repeated word issue. WARNING: Deprecated use of 'kmap_atomic', prefer 'kmap_local_page' instead + void *vaddr = kmap_atomic(page); WARNING: Deprecated use of 'kunmap_atomic', prefer 'kunmap_local' instead + kunmap_atomic(vaddr); WARNING: Possible repeated word: 'by' + * has been killed by by SIGKILL total: 0 errors, 3 warnings, 405 lines checked Signed-off-by: Pintu Kumar <quic_pintu@quicinc.com> Reviewed-by: T.J. Mercier <tjmercier@google.com> Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20241001175057.27172-1-quic_pintu@quicinc.com
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions