File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ struct ethtool_rx_flow_spec {
882
882
__u32 location ;
883
883
};
884
884
885
- /* How rings are layed out when accessing virtual functions or
885
+ /* How rings are laid out when accessing virtual functions or
886
886
* offloaded queues is device specific. To allow users to do flow
887
887
* steering and specify these queues the ring cookie is partitioned
888
888
* into a 32bit queue index with an 8 bit virtual function id.
@@ -891,7 +891,7 @@ struct ethtool_rx_flow_spec {
891
891
* devices start supporting PCIe w/ARI. However at the moment I
892
892
* do not know of any devices that support this so I do not reserve
893
893
* 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 .
895
895
*/
896
896
#define ETHTOOL_RX_FLOW_SPEC_RING 0x00000000FFFFFFFFLL
897
897
#define ETHTOOL_RX_FLOW_SPEC_RING_VF 0x000000FF00000000LL
You can’t perform that action at this time.
0 commit comments