ixgbe: Correct ixgbe_link_speed_to_str comment

PR:		288960
Reported by:	michaelo
MFC after:	2 days
This commit is contained in:
Kevin Bowling
2025-09-10 09:45:35 -07:00
parent 3d39856d4d
commit c1532f74e4
+1 -1
View File
@@ -4029,7 +4029,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)