On Wed, Jul 24, 2024 at 11:06:56AM -0500, Dan Carpenter wrote: > 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 <dan.carpenter@xxxxxxxxxx> Reviewed-by: Simon Horman <horms@xxxxxxxxxx>