]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum_router: remove redundant continue statement
authorColin Ian King <colin.king@canonical.com>
Wed, 16 Jun 2021 13:02:58 +0000 (14:02 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:46:21 +0000 (12:46 -0700)
commit655d7dbdd548da080d46baf88d82aa574e9125b2
treeed4a0b0434d113d758781b18501f44c220cec4b8
parent3fb513f1584c426d645ffa873e71fae8174491d4
mlxsw: spectrum_router: remove redundant continue statement

The continue statement at the end of a for-loop has no effect,
remove it.

Addresses-Coverity: ("Continue has no effect")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c