summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>2026-07-02 11:49:10 +0200
committerPaolo Abeni <pabeni@redhat.com>2026-07-07 11:43:27 +0200
commitcefd16657c1d9008259e7f91ea3f3d67a933fece (patch)
tree8a47562b8cb9ffc4e0923dfa1be824702105eef9 /tools/perf/scripts/python/bin
parente0421c6fd39d9e775fef85faab82bae7b49d6c8f (diff)
net: ethernet: qualcomm: Constify "queue_map" in ppe_ring_queue_map_set()
"queue_map" is a pointer to "u32" and is not modified by the ppe_ring_queue_map_set() function, thus can be made a pointer to const to indicate that function is treating the pointed value read-only. This in general makes the code easier to follow and a bit safer. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Luo Jie <jie.luo@oss.qualcomm.com> Link: https://patch.msgid.link/20260702094908.79859-4-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions