From: Ethan Nelson-Moore Date: Sat, 13 Jun 2026 22:59:00 +0000 (-0700) Subject: net/mlx5: HWS: correct CONFIG_MLX5_HW_STEERING macro name in comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=952d66f16dcd0d7c24b3187e79a292549ef83bf0;p=thirdparty%2Fkernel%2Fstable.git net/mlx5: HWS: correct CONFIG_MLX5_HW_STEERING macro name in comment A comment in drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.h incorrectly refers to CONFIG_MLX5_HWS_STEERING instead of CONFIG_MLX5_HW_STEERING. Correct it. Discovered while searching for CONFIG_* symbols referenced in code but not defined in any Kconfig file. Signed-off-by: Ethan Nelson-Moore Reviewed-by: Gal Pressman Link: https://patch.msgid.link/20260613225904.140791-1-enelsonmoore@gmail.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.h b/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.h index b92d55b2d147..20cdacd8f12e 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.h @@ -116,5 +116,5 @@ static inline const struct mlx5_flow_cmds *mlx5_fs_cmd_get_hws_cmds(void) return NULL; } -#endif /* CONFIG_MLX5_HWS_STEERING */ +#endif /* CONFIG_MLX5_HW_STEERING */ #endif