From: Tonghao Zhang <[email protected]>
Signed-off-by: Tonghao Zhang <[email protected]>
Reviewed-by: Roi Dayan <[email protected]>
---
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
b/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
index 006807e04eda..795dda1a5e8a 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
@@ -533,7 +533,7 @@ static bool mlx5e_rep_has_offload_stats(const struct
net_device *dev, int attr_i
{
switch (attr_id) {
case IFLA_OFFLOAD_XSTATS_CPU_HIT:
- return true;
+ return true;
}
return false;
--
2.26.1