diff options
author | Masanari Iida <standby24x7@gmail.com> | 2021-09-21 09:41:23 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-21 13:01:25 +0300 |
commit | 3e95cfa24e24fbd7fb7675ab972a5aa507c7a89c (patch) | |
tree | e2cae7b3eed7c25bc674df4403b43b1973285987 /Documentation/networking | |
parent | e5845aa0eadda3d8a950eb8845c1396827131f30 (diff) | |
download | linux-3e95cfa24e24fbd7fb7675ab972a5aa507c7a89c.tar.xz |
Doc: networking: Fox a typo in ice.rst
This patch fixes a spelling typo in ice.rst
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/intel/ice.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/intel/ice.rst b/Documentation/networking/device_drivers/ethernet/intel/ice.rst index e7d9cbff771b..67b7a701ce9e 100644 --- a/Documentation/networking/device_drivers/ethernet/intel/ice.rst +++ b/Documentation/networking/device_drivers/ethernet/intel/ice.rst @@ -851,7 +851,7 @@ NOTES: - 0x88A8 traffic will not be received unless VLAN stripping is disabled with the following command:: - # ethool -K <ethX> rxvlan off + # ethtool -K <ethX> rxvlan off - 0x88A8/0x8100 double VLANs cannot be used with 0x8100 or 0x8100/0x8100 VLANS configured on the same port. 0x88a8/0x8100 traffic will not be received if |