summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTariq Toukan <tariqt@nvidia.com>2023-02-23 09:26:56 +0200
committerDavid S. Miller <davem@davemloft.net>2023-02-24 11:01:16 +0000
commit1862de92c81c2a74ff05819aca20b0b83192c83b (patch)
tree217911e3702197a438e6acec2920183c8d35486b /include
parenta6b811cb402f4beb7c8a56345a40bf6c65bd771d (diff)
downloadlinux-stable-1862de92c81c2a74ff05819aca20b0b83192c83b.tar.gz
linux-stable-1862de92c81c2a74ff05819aca20b0b83192c83b.tar.bz2
linux-stable-1862de92c81c2a74ff05819aca20b0b83192c83b.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/netdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/netdev.h b/include/uapi/linux/netdev.h
index 9ee459872600..588391447bfb 100644
--- a/include/uapi/linux/netdev.h
+++ b/include/uapi/linux/netdev.h
@@ -19,7 +19,7 @@
* @NETDEV_XDP_ACT_XSK_ZEROCOPY: This feature informs if netdev supports AF_XDP
* in zero copy mode.
* @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
* XDP buffer support in the driver napi callback.
* @NETDEV_XDP_ACT_NDO_XMIT_SG: This feature informs if netdev implements