mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
ixgbe: Correct ixgbe_link_speed_to_str comment
PR: 288960 Reported by: michaelo (cherry picked from commit c1532f74e4684f4b4227e873bae05b16ccc0a17c)
This commit is contained in:
parent
a870283afd
commit
7e2e14fc22
1 changed files with 1 additions and 1 deletions
|
|
@ -3868,7 +3868,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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue