Commit 1862de92 authored by Tariq Toukan's avatar Tariq Toukan Committed by David S. Miller

netdev-genl: fix repeated typo oflloading -> offloading

Fix a repeated copy/paste typo.

Fixes: d3d854fd ("netdev-genl: create a simple family for netdev stuff")
Signed-off-by: default avatarTariq Toukan <tariqt@nvidia.com>
Acked-by: default avatarLorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a6b811cb
...@@ -28,7 +28,7 @@ definitions: ...@@ -28,7 +28,7 @@ definitions:
- -
name: hw-offload name: hw-offload
doc: doc:
This feature informs if netdev supports XDP hw oflloading. This feature informs if netdev supports XDP hw offloading.
- -
name: rx-sg name: rx-sg
doc: doc:
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* @NETDEV_XDP_ACT_XSK_ZEROCOPY: This feature informs if netdev supports AF_XDP * @NETDEV_XDP_ACT_XSK_ZEROCOPY: This feature informs if netdev supports AF_XDP
* in zero copy mode. * in zero copy mode.
* @NETDEV_XDP_ACT_HW_OFFLOAD: This feature informs if netdev supports XDP hw * @NETDEV_XDP_ACT_HW_OFFLOAD: This feature informs if netdev supports XDP hw
* oflloading. * offloading.
* @NETDEV_XDP_ACT_RX_SG: This feature informs if netdev implements non-linear * @NETDEV_XDP_ACT_RX_SG: This feature informs if netdev implements non-linear
* XDP buffer support in the driver napi callback. * XDP buffer support in the driver napi callback.
* @NETDEV_XDP_ACT_NDO_XMIT_SG: This feature informs if netdev implements * @NETDEV_XDP_ACT_NDO_XMIT_SG: This feature informs if netdev implements
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* @NETDEV_XDP_ACT_XSK_ZEROCOPY: This feature informs if netdev supports AF_XDP * @NETDEV_XDP_ACT_XSK_ZEROCOPY: This feature informs if netdev supports AF_XDP
* in zero copy mode. * in zero copy mode.
* @NETDEV_XDP_ACT_HW_OFFLOAD: This feature informs if netdev supports XDP hw * @NETDEV_XDP_ACT_HW_OFFLOAD: This feature informs if netdev supports XDP hw
* oflloading. * offloading.
* @NETDEV_XDP_ACT_RX_SG: This feature informs if netdev implements non-linear * @NETDEV_XDP_ACT_RX_SG: This feature informs if netdev implements non-linear
* XDP buffer support in the driver napi callback. * XDP buffer support in the driver napi callback.
* @NETDEV_XDP_ACT_NDO_XMIT_SG: This feature informs if netdev implements * @NETDEV_XDP_ACT_NDO_XMIT_SG: This feature informs if netdev implements
......
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