Date: Wed, 10 Sep 2025 16:46:58 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c1532f74e468 - main - ixgbe: Correct ixgbe_link_speed_to_str comment Message-ID: <202509101646.58AGkwAx042269@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=c1532f74e4684f4b4227e873bae05b16ccc0a17c commit c1532f74e4684f4b4227e873bae05b16ccc0a17c Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2025-09-10 16:45:35 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2025-09-10 16:45:35 +0000 ixgbe: Correct ixgbe_link_speed_to_str comment PR: 288960 Reported by: michaelo MFC after: 2 days --- 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 c9d35e834177..6d08bd49bc04 100644 --- a/sys/dev/ixgbe/if_ix.c +++ b/sys/dev/ixgbe/if_ix.c @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509101646.58AGkwAx042269>