git: 19650d19a50a - stable/15 - ixgbe: Correct ixgbe_link_speed_to_str comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Sep 2025 00:35:48 UTC
The branch stable/15 has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=19650d19a50aff6b2cb626a53c61996105bc56a5 commit 19650d19a50aff6b2cb626a53c61996105bc56a5 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:35:09 +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 e1e05e008e8d..5c4ca585c323 100644 --- a/sys/dev/ixgbe/if_ix.c +++ b/sys/dev/ixgbe/if_ix.c @@ -4031,7 +4031,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)