diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2025-09-10 16:45:35 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2025-09-12 00:39:25 +0000 |
| commit | b62a72cd8a93232cc9afa6d073c3966dd3fa5737 (patch) | |
| tree | 134c097ea9bfbe77b983b651b412f5a09e34087e | |
| parent | 5a85a5ed44d2fffb155f812be28f2dea3c09e83c (diff) | |
ixgbe: Correct ixgbe_link_speed_to_str comment
PR: 288960
Reported by: michaelo
(cherry picked from commit c1532f74e4684f4b4227e873bae05b16ccc0a17c)
| -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 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) |
