diff options
author | Dan Carpenter <[email protected]> | 2024-07-24 11:06:56 -0500 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-07-30 09:00:12 -0700 |
commit | 0aa3ca956c46d849775eae1816cef8fe4bc8b50e (patch) | |
tree | da6f99e7e7fa210545e2610dfa0dda6f463fd44f /scripts/bpf_doc.py | |
parent | f558120cd709682b739207b48cf7479fd9568431 (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