ixgbe: Correct ixgbe_link_speed_to_str comment

PR:		288960
Reported by:	michaelo

(cherry picked from commit c1532f74e4684f4b4227e873bae05b16ccc0a17c)
This commit is contained in:
Kevin Bowling 2025-09-10 09:45:35 -07:00 committed by Franco Fichtner
parent a870283afd
commit 7e2e14fc22

View file

@ -3868,7 +3868,7 @@ ixgbe_if_stop(if_ctx_t ctx)
* ixgbe_link_speed_to_str - Convert link speed to string
*
* Helper function to convert link speed constants to human-readable
* string representations in Gbps.
* string representations in conventional Gbps or Mbps.
************************************************************************/
static const char *
ixgbe_link_speed_to_str(u32 link_speed)