Skip to content

Commit 353f59f

Browse files
ogerlitzSaeed Mahameed
authored andcommitted
net/mlx5: Fix wrong indentation in enable SRIOV code
Smatch is screaming: drivers/net/ethernet/mellanox/mlx5/core/sriov.c:112 mlx5_device_enable_sriov() warn: inconsistent indenting fix that. Fixes: 7ecf6d8 ('IB/mlx5: Restore IB guid/policy for virtual functions') Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
1 parent 480df99 commit 353f59f

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mellanox/mlx5/core/sriov.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static int mlx5_device_enable_sriov(struct mlx5_core_dev *dev, int num_vfs)
109109
mlx5_core_warn(dev,
110110
"failed to restore VF %d settings, err %d\n",
111111
vf, err);
112-
continue;
112+
continue;
113113
}
114114
}
115115
mlx5_core_dbg(dev, "successfully enabled VF* %d\n", vf);

0 commit comments

Comments
 (0)