Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

netdev-genl: fix repeated typo oflloading -> offloading

Fix a repeated copy/paste typo.

Fixes: d3d854fd6a1d ("netdev-genl: create a simple family for netdev stuff")
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Tariq Toukan and committed by
David S. Miller
1862de92 a6b811cb

+3 -3
+1 -1
Documentation/netlink/specs/netdev.yaml
··· 28 28 - 29 29 name: hw-offload 30 30 doc: 31 - This feature informs if netdev supports XDP hw oflloading. 31 + This feature informs if netdev supports XDP hw offloading. 32 32 - 33 33 name: rx-sg 34 34 doc:
+1 -1
include/uapi/linux/netdev.h
··· 19 19 * @NETDEV_XDP_ACT_XSK_ZEROCOPY: This feature informs if netdev supports AF_XDP 20 20 * in zero copy mode. 21 21 * @NETDEV_XDP_ACT_HW_OFFLOAD: This feature informs if netdev supports XDP hw 22 - * oflloading. 22 + * offloading. 23 23 * @NETDEV_XDP_ACT_RX_SG: This feature informs if netdev implements non-linear 24 24 * XDP buffer support in the driver napi callback. 25 25 * @NETDEV_XDP_ACT_NDO_XMIT_SG: This feature informs if netdev implements
+1 -1
tools/include/uapi/linux/netdev.h
··· 19 19 * @NETDEV_XDP_ACT_XSK_ZEROCOPY: This feature informs if netdev supports AF_XDP 20 20 * in zero copy mode. 21 21 * @NETDEV_XDP_ACT_HW_OFFLOAD: This feature informs if netdev supports XDP hw 22 - * oflloading. 22 + * offloading. 23 23 * @NETDEV_XDP_ACT_RX_SG: This feature informs if netdev implements non-linear 24 24 * XDP buffer support in the driver napi callback. 25 25 * @NETDEV_XDP_ACT_NDO_XMIT_SG: This feature informs if netdev implements