git: 36f4d6dc0d3a - stable/14 - ixgbe: Correct ixgbe_link_speed_to_str comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Sep 2025 00:38:26 UTC
The branch stable/14 has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=36f4d6dc0d3ab0e69ccdd39aa06793ac6b1968c2 commit 36f4d6dc0d3ab0e69ccdd39aa06793ac6b1968c2 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2025-09-10 16:45:35 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2025-09-12 00:38:13 +0000 ixgbe: Correct ixgbe_link_speed_to_str comment PR: 288960 Reported by: michaelo (cherry picked from commit c1532f74e4684f4b4227e873bae05b16ccc0a17c) --- sys/dev/ixgbe/if_ix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)