[PATCH net-next v1 0/1] queue_api: reduce risk of name collision over txq

Gur Stavi posted 1 patch 7 months ago
include/net/netdev_queues.h | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
[PATCH net-next v1 0/1] queue_api: reduce risk of name collision over txq
Posted by Gur Stavi 7 months ago
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.

Gur Stavi (1):
  queue_api: reduce risk of name collision over txq

 include/net/netdev_queues.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


base-commit: 67fa756408a5359941bea2c021740da5e9ed490d
-- 
2.45.2