diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-03-25 04:11:55 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-26 02:46:53 +0300 |
commit | ed3038158e7b58dcf966cb7ec4ae98d152a5b794 (patch) | |
tree | 7811fa6956e321329c25cfa7195edada47672aeb /include/uapi/linux/ethtool.h | |
parent | 241949e488f38a192f2359dbb21d80e08173eb60 (diff) | |
download | linux-ed3038158e7b58dcf966cb7ec4ae98d152a5b794.tar.xz |
ethtool: fec: fix typo in kdoc
s/porte/the port/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/ethtool.h')
-rw-r--r-- | include/uapi/linux/ethtool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h index cde753bb2093..1433d6278018 100644 --- a/include/uapi/linux/ethtool.h +++ b/include/uapi/linux/ethtool.h @@ -1378,7 +1378,7 @@ struct ethtool_per_queue_op { /** * struct ethtool_fecparam - Ethernet forward error correction(fec) parameters * @cmd: Command number = %ETHTOOL_GFECPARAM or %ETHTOOL_SFECPARAM - * @active_fec: FEC mode which is active on porte + * @active_fec: FEC mode which is active on the port * @fec: Bitmask of supported/configured FEC modes * @rsvd: Reserved for future extensions. i.e FEC bypass feature. * |