diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2025-09-10 16:45:35 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2025-09-10 16:45:35 +0000 |
| commit | c1532f74e4684f4b4227e873bae05b16ccc0a17c (patch) | |
| tree | 29806c455a1a628e159e8dbe8e42477aab2356ad | |
| parent | 3d39856d4dfeab5b5a5e6bbdb6ce965db5bc4dc1 (diff) | |
ixgbe: Correct ixgbe_link_speed_to_str comment
PR: 288960
Reported by: michaelo
MFC after: 2 days
| -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 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) |
