Skip to content

Commit 54e8cb7

Browse files
shemmingerdavem330
authored andcommitted
uapi/ethtool: fix spelling errors
Trivial spelling errors found by codespell. Signed-off-by: Stephen Hemminger <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6f0271d commit 54e8cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/uapi/linux/ethtool.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ struct ethtool_rx_flow_spec {
882882
__u32 location;
883883
};
884884

885-
/* How rings are layed out when accessing virtual functions or
885+
/* How rings are laid out when accessing virtual functions or
886886
* offloaded queues is device specific. To allow users to do flow
887887
* steering and specify these queues the ring cookie is partitioned
888888
* into a 32bit queue index with an 8 bit virtual function id.
@@ -891,7 +891,7 @@ struct ethtool_rx_flow_spec {
891891
* devices start supporting PCIe w/ARI. However at the moment I
892892
* do not know of any devices that support this so I do not reserve
893893
* space for this at this time. If a future patch consumes the next
894-
* byte it should be aware of this possiblity.
894+
* byte it should be aware of this possibility.
895895
*/
896896
#define ETHTOOL_RX_FLOW_SPEC_RING 0x00000000FFFFFFFFLL
897897
#define ETHTOOL_RX_FLOW_SPEC_RING_VF 0x000000FF00000000LL

0 commit comments

Comments
 (0)