Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2025 00:39:41 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b62a72cd8a93 - stable/13 - ixgbe: Correct ixgbe_link_speed_to_str comment
Message-ID:  <202509120039.58C0dfTu040405@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kbowling:

URL: https://cgit.FreeBSD.org/src/commit/?id=b62a72cd8a93232cc9afa6d073c3966dd3fa5737

commit b62a72cd8a93232cc9afa6d073c3966dd3fa5737
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:39:25 +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 d20eecab6ca0..fb350302d0c3 100644
--- a/sys/dev/ixgbe/if_ix.c
+++ b/sys/dev/ixgbe/if_ix.c
@@ -3863,7 +3863,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?202509120039.58C0dfTu040405>