From: Colin King <hidden> Date: 2021-06-16 13:03:08
From: Colin Ian King <redacted>
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 <redacted>
---
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c | 1 -
1 file changed, 1 deletion(-)
On Wed, Jun 16, 2021 at 02:02:58PM +0100, Colin King wrote:
From: Colin Ian King <redacted>
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 <redacted>
For net-next:
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Thanks
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 16 Jun 2021 14:02:58 +0100 you wrote:
From: Colin Ian King <redacted>
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 <redacted>
[...]