Commit 54e8cb78 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller

uapi/ethtool: fix spelling errors

Trivial spelling errors found by codespell.
Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f0271d9
...@@ -882,7 +882,7 @@ struct ethtool_rx_flow_spec { ...@@ -882,7 +882,7 @@ struct ethtool_rx_flow_spec {
__u32 location; __u32 location;
}; };
/* How rings are layed out when accessing virtual functions or /* How rings are laid out when accessing virtual functions or
* offloaded queues is device specific. To allow users to do flow * offloaded queues is device specific. To allow users to do flow
* steering and specify these queues the ring cookie is partitioned * steering and specify these queues the ring cookie is partitioned
* into a 32bit queue index with an 8 bit virtual function id. * into a 32bit queue index with an 8 bit virtual function id.
...@@ -891,7 +891,7 @@ struct ethtool_rx_flow_spec { ...@@ -891,7 +891,7 @@ struct ethtool_rx_flow_spec {
* devices start supporting PCIe w/ARI. However at the moment I * devices start supporting PCIe w/ARI. However at the moment I
* do not know of any devices that support this so I do not reserve * do not know of any devices that support this so I do not reserve
* space for this at this time. If a future patch consumes the next * space for this at this time. If a future patch consumes the next
* byte it should be aware of this possiblity. * byte it should be aware of this possibility.
*/ */
#define ETHTOOL_RX_FLOW_SPEC_RING 0x00000000FFFFFFFFLL #define ETHTOOL_RX_FLOW_SPEC_RING 0x00000000FFFFFFFFLL
#define ETHTOOL_RX_FLOW_SPEC_RING_VF 0x000000FF00000000LL #define ETHTOOL_RX_FLOW_SPEC_RING_VF 0x000000FF00000000LL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment