diff mbox series

[net] netdev-genl: fix repeated typo oflloading -> offloading

Message ID 20230223072656.1525196-1-tariqt@nvidia.com (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series [net] netdev-genl: fix repeated typo oflloading -> offloading | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net
netdev/fixes_present success Fixes tag present in non-next series
netdev/subject_prefix success Link
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 4350 this patch: 4350
netdev/cc_maintainers fail 4 blamed authors not CCed: memxor@gmail.com ast@kernel.org alardam@gmail.com brouer@redhat.com; 6 maintainers not CCed: corbet@lwn.net linux-doc@vger.kernel.org memxor@gmail.com brouer@redhat.com ast@kernel.org alardam@gmail.com
netdev/build_clang success Errors and warnings before: 1015 this patch: 1015
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 4563 this patch: 4563
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 24 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Tariq Toukan Feb. 23, 2023, 7:26 a.m. UTC
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>
---
 Documentation/netlink/specs/netdev.yaml | 2 +-
 include/uapi/linux/netdev.h             | 2 +-
 tools/include/uapi/linux/netdev.h       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Lorenzo Bianconi Feb. 23, 2023, 8:44 a.m. UTC | #1
> 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>

> ---
>  Documentation/netlink/specs/netdev.yaml | 2 +-
>  include/uapi/linux/netdev.h             | 2 +-
>  tools/include/uapi/linux/netdev.h       | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/netlink/specs/netdev.yaml b/Documentation/netlink/specs/netdev.yaml
> index b4dcdae54ffd..cffef09729f1 100644
> --- a/Documentation/netlink/specs/netdev.yaml
> +++ b/Documentation/netlink/specs/netdev.yaml
> @@ -28,7 +28,7 @@ definitions:
>        -
>          name: hw-offload
>          doc:
> -         This feature informs if netdev supports XDP hw oflloading.
> +         This feature informs if netdev supports XDP hw offloading.
>        -
>          name: rx-sg
>          doc:
> 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
> diff --git a/tools/include/uapi/linux/netdev.h b/tools/include/uapi/linux/netdev.h
> index 9ee459872600..588391447bfb 100644
> --- a/tools/include/uapi/linux/netdev.h
> +++ b/tools/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
> -- 
> 2.34.1
>
Jakub Kicinski Feb. 24, 2023, 7:40 p.m. UTC | #2
On Thu, 23 Feb 2023 09:26:56 +0200 Tariq Toukan wrote:
> 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>

Applied, thanks!
diff mbox series

Patch

diff --git a/Documentation/netlink/specs/netdev.yaml b/Documentation/netlink/specs/netdev.yaml
index b4dcdae54ffd..cffef09729f1 100644
--- a/Documentation/netlink/specs/netdev.yaml
+++ b/Documentation/netlink/specs/netdev.yaml
@@ -28,7 +28,7 @@  definitions:
       -
         name: hw-offload
         doc:
-         This feature informs if netdev supports XDP hw oflloading.
+         This feature informs if netdev supports XDP hw offloading.
       -
         name: rx-sg
         doc:
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
diff --git a/tools/include/uapi/linux/netdev.h b/tools/include/uapi/linux/netdev.h
index 9ee459872600..588391447bfb 100644
--- a/tools/include/uapi/linux/netdev.h
+++ b/tools/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