netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo@kernel.org>
To: Tariq Toukan <tariqt@nvidia.com>
Cc: Jakub Kicinski <kuba@kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	John Fastabend <john.fastabend@gmail.com>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>,
	netdev@vger.kernel.org, Saeed Mahameed <saeedm@nvidia.com>,
	Gal Pressman <gal@nvidia.com>
Subject: Re: [PATCH net] netdev-genl: fix repeated typo oflloading -> offloading
Date: Thu, 23 Feb 2023 09:44:04 +0100	[thread overview]
Message-ID: <Y/cnVNRcnd130tDm@lore-desk> (raw)
In-Reply-To: <20230223072656.1525196-1-tariqt@nvidia.com>

[-- Attachment #1: Type: text/plain, Size: 2345 bytes --]

> 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
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-02-23  8:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23  7:26 [PATCH net] netdev-genl: fix repeated typo oflloading -> offloading Tariq Toukan
2023-02-23  8:44 ` Lorenzo Bianconi [this message]
2023-02-24 19:40 ` Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y/cnVNRcnd130tDm@lore-desk \
    --to=lorenzo@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gal@nvidia.com \
    --cc=john.fastabend@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeedm@nvidia.com \
    --cc=tariqt@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).