Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc9c5a4a authored by Tonghao Zhang's avatar Tonghao Zhang Committed by David S. Miller
Browse files

net/mlx5: Fix code style issue in mlx driver



Add the tab before '}' and keep the code style consistent.

Signed-off-by: default avatarTonghao Zhang <xiangxia.m.yue@gmail.com>
Reviewed-by: default avatarOr Gerlitz <ogerlitz@mellanox.com>
Acked-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d3ab9df5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -620,6 +620,7 @@ static struct mlx5_flow_group *alloc_flow_group(struct mlx5_flow_steering *steer
		kmem_cache_free(steering->fgs_cache, fg);
		return ERR_PTR(ret);
	}

	ida_init(&fg->fte_allocator);
	fg->mask.match_criteria_enable = match_criteria_enable;
	memcpy(&fg->mask.match_criteria, match_criteria,