Skip to content

Commit c1532f7

Browse files
committed
ixgbe: Correct ixgbe_link_speed_to_str comment
PR: 288960 Reported by: michaelo MFC after: 2 days
1 parent 3d39856 commit c1532f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/dev/ixgbe/if_ix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4029,7 +4029,7 @@ ixgbe_if_stop(if_ctx_t ctx)
40294029
* ixgbe_link_speed_to_str - Convert link speed to string
40304030
*
40314031
* Helper function to convert link speed constants to human-readable
4032-
* string representations in Gbps.
4032+
* string representations in conventional Gbps or Mbps.
40334033
************************************************************************/
40344034
static const char *
40354035
ixgbe_link_speed_to_str(u32 link_speed)

0 commit comments

Comments
 (0)