aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_doc.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2024-07-24 11:06:56 -0500
committerJakub Kicinski <[email protected]>2024-07-30 09:00:12 -0700
commit0aa3ca956c46d849775eae1816cef8fe4bc8b50e (patch)
treeda6f99e7e7fa210545e2610dfa0dda6f463fd44f /scripts/bpf_doc.py
parentf558120cd709682b739207b48cf7479fd9568431 (diff)
net: mvpp2: Don't re-use loop iterator
This function has a nested loop. The problem is that both the inside and outside loop use the same variable as an iterator. I found this via static analysis so I'm not sure the impact. It could be that it loops forever or, more likely, the loop exits early. Fixes: 3a616b92a9d1 ("net: mvpp2: Add TX flow control support for jumbo frames") Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions