net/mlx5: Fix code style issue in mlx driver
authorTonghao Zhang <xiangxia.m.yue@gmail.com>
Tue, 29 Jan 2019 21:23:24 +0000 (13:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Feb 2019 02:01:56 +0000 (18:01 -0800)
Add the tab before '}' and keep the code style consistent.

Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>
Acked-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c

index b2df7c3..b354f3e 100644 (file)
@@ -619,7 +619,8 @@ static struct mlx5_flow_group *alloc_flow_group(struct mlx5_flow_steering *steer
        if (ret) {
                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,