mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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 <enelsonmoore@gmail.com> Reviewed-by: Gal Pressman <gal@nvidia.com> Link: https://patch.msgid.link/20260613225904.140791-1-enelsonmoore@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
a061dfb063
commit
952d66f16d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user