mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
net/mlx5: E-Switch, Fix typo for egress
Fix engress to egress. Signed-off-by: Roi Dayan <roid@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
2a1f4fed39
commit
55b458481d
|
|
@ -1250,7 +1250,7 @@ static int mlx5_esw_acls_ns_init(struct mlx5_eswitch *esw)
|
|||
if (err)
|
||||
return err;
|
||||
} else {
|
||||
esw_warn(dev, "engress ACL is not supported by FW\n");
|
||||
esw_warn(dev, "egress ACL is not supported by FW\n");
|
||||
}
|
||||
|
||||
if (MLX5_CAP_ESW_INGRESS_ACL(dev, ft_support)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user