diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2025-09-10 16:45:35 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2025-09-12 00:38:13 +0000 |
| commit | 36f4d6dc0d3ab0e69ccdd39aa06793ac6b1968c2 (patch) | |
| tree | c2b35eb164226883b650a91e5da4adb7e6a51795 | |
| parent | 7dc494e6377451469763a8a687032dee2b8324b2 (diff) | |
ixgbe: Correct ixgbe_link_speed_to_str comment
PR: 288960
Reported by: michaelo
(cherry picked from commit c1532f74e4684f4b4227e873bae05b16ccc0a17c)
| -rw-r--r-- | sys/dev/ixgbe/if_ix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c index 53c06bc43dd3..5adda9642868 100644 --- a/sys/dev/ixgbe/if_ix.c +++ b/sys/dev/ixgbe/if_ix.c @@ -3862,7 +3862,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) |
