Skip to content

Commit 1862de9

Browse files
Tariq Toukandavem330
authored andcommitted
netdev-genl: fix repeated typo oflloading -> offloading
Fix a repeated copy/paste typo. Fixes: d3d854f ("netdev-genl: create a simple family for netdev stuff") Signed-off-by: Tariq Toukan <[email protected]> Acked-by: Lorenzo Bianconi <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a6b811c commit 1862de9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/netlink/specs/netdev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ definitions:
2828
-
2929
name: hw-offload
3030
doc:
31-
This feature informs if netdev supports XDP hw oflloading.
31+
This feature informs if netdev supports XDP hw offloading.
3232
-
3333
name: rx-sg
3434
doc:

include/uapi/linux/netdev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @NETDEV_XDP_ACT_XSK_ZEROCOPY: This feature informs if netdev supports AF_XDP
2020
* in zero copy mode.
2121
* @NETDEV_XDP_ACT_HW_OFFLOAD: This feature informs if netdev supports XDP hw
22-
* oflloading.
22+
* offloading.
2323
* @NETDEV_XDP_ACT_RX_SG: This feature informs if netdev implements non-linear
2424
* XDP buffer support in the driver napi callback.
2525
* @NETDEV_XDP_ACT_NDO_XMIT_SG: This feature informs if netdev implements

tools/include/uapi/linux/netdev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @NETDEV_XDP_ACT_XSK_ZEROCOPY: This feature informs if netdev supports AF_XDP
2020
* in zero copy mode.
2121
* @NETDEV_XDP_ACT_HW_OFFLOAD: This feature informs if netdev supports XDP hw
22-
* oflloading.
22+
* offloading.
2323
* @NETDEV_XDP_ACT_RX_SG: This feature informs if netdev implements non-linear
2424
* XDP buffer support in the driver napi callback.
2525
* @NETDEV_XDP_ACT_NDO_XMIT_SG: This feature informs if netdev implements

0 commit comments

Comments
 (0)