summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorThéo Lebrun <theo.lebrun@bootlin.com>2026-08-12 10:03:18 +0200
committerJakub Kicinski <kuba@kernel.org>2026-08-17 17:19:56 -0700
commit2434dc6e1c9c5c379e090c282f982d277ff094a1 (patch)
treec285648e5fd6da025e472f0d66305ce4d644248d /tools/perf/scripts/python
parent075663a6ceb67d2846436a37196aeff6028c7d41 (diff)
net: macb: unify queue index variable naming convention and types
Variables are named q or queue_index. Types are int, unsigned int, u32 and u16. Use `unsigned int q` everywhere. Skip over taprio functions. They use `u8 queue_id` which fits with the `struct macb_queue_enst_config` field. Using `queue_id` everywhere would be too verbose. Reviewed-by: Nicolai Buchwitz <nb@tipi-net.de> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> Link: https://patch.msgid.link/20260812-macb-context-v9-4-7ddbf5f715e0@bootlin.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions