Merge branch 'queue_api-reduce-risk-of-name-collision-over-txq'
authorJakub Kicinski <kuba@kernel.org>
Tue, 20 May 2025 03:09:07 +0000 (20:09 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 20 May 2025 03:09:07 +0000 (20:09 -0700)
commitf685204c57e87d2a88b159c7525426d70ee745c9
tree2b740aee8b4f10d0199aba0fd279f1c166f807bb
parente41703aca2f5ac0634c937e260f79ab8ab0a3f88
parent84b21e61ebd64931d865ce3df49d930db8c9e2cd
Merge branch 'queue_api-reduce-risk-of-name-collision-over-txq'

Gur Stavi says:

====================
queue_api: reduce risk of name collision over txq

Rename local variable in macros from txq to _txq.
When macro parameter get_desc is expended it is likely to have a txq
token that refers to a different txq variable at the caller's site.
====================

Link: https://patch.msgid.link/cover.1747559621.git.gur.stavi@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>