diff options
| -rw-r--r-- | drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c index c70fd663a633..5e786e29f93a 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | |||
| @@ -2406,7 +2406,7 @@ out_err: | |||
| 2406 | return PTR_ERR(prio); | 2406 | return PTR_ERR(prio); |
| 2407 | } | 2407 | } |
| 2408 | 2408 | ||
| 2409 | static int init_ingress_acl_root_ns(struct mlx5_flow_steering *steering) | 2409 | static int init_egress_acl_root_ns(struct mlx5_flow_steering *steering) |
| 2410 | { | 2410 | { |
| 2411 | struct fs_prio *prio; | 2411 | struct fs_prio *prio; |
| 2412 | 2412 | ||
| @@ -2420,7 +2420,7 @@ static int init_ingress_acl_root_ns(struct mlx5_flow_steering *steering) | |||
| 2420 | return PTR_ERR_OR_ZERO(prio); | 2420 | return PTR_ERR_OR_ZERO(prio); |
| 2421 | } | 2421 | } |
| 2422 | 2422 | ||
| 2423 | static int init_egress_acl_root_ns(struct mlx5_flow_steering *steering) | 2423 | static int init_ingress_acl_root_ns(struct mlx5_flow_steering *steering) |
| 2424 | { | 2424 | { |
| 2425 | struct fs_prio *prio; | 2425 | struct fs_prio *prio; |
| 2426 | 2426 | ||
