From: Jesper Dangaard Brouer <hawk@kernel.org>
To: Randy Dunlap <rdunlap@infradead.org>, netdev@vger.kernel.org
Cc: Alexei Starovoitov <ast@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
"David S . Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>,
John Fastabend <john.fastabend@gmail.com>,
bpf@vger.kernel.org
Subject: Re: [PATCH] net, xdp: correct grammar
Date: Wed, 13 Dec 2023 09:39:08 +0100 [thread overview]
Message-ID: <78c0072a-c084-4588-b973-ad4f80047914@kernel.org> (raw)
In-Reply-To: <20231213043735.30208-1-rdunlap@infradead.org>
On 13/12/2023 05.37, Randy Dunlap wrote:
> Use the correct verb form in 2 places.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Alexei Starovoitov <ast@kernel.org>
> Cc: Daniel Borkmann <daniel@iogearbox.net>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: Jesper Dangaard Brouer <hawk@kernel.org>
> Cc: John Fastabend <john.fastabend@gmail.com>
> Cc: bpf@vger.kernel.org
> ---
> include/net/xdp.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Acked-by: Jesper Dangaard Brouer <hawk@kernel.org>
> diff -- a/include/net/xdp.h b/include/net/xdp.h
> --- a/include/net/xdp.h
> +++ b/include/net/xdp.h
> @@ -16,7 +16,7 @@
> *
> * The XDP RX-queue info (xdp_rxq_info) is associated with the driver
> * level RX-ring queues. It is information that is specific to how
> - * the driver have configured a given RX-ring queue.
> + * the driver has configured a given RX-ring queue.
> *
> * Each xdp_buff frame received in the driver carries a (pointer)
> * reference to this xdp_rxq_info structure. This provides the XDP
> @@ -32,7 +32,7 @@
> * The struct is not directly tied to the XDP prog. A new XDP prog
> * can be attached as long as it doesn't change the underlying
> * RX-ring. If the RX-ring does change significantly, the NIC driver
> - * naturally need to stop the RX-ring before purging and reallocating
> + * naturally needs to stop the RX-ring before purging and reallocating
> * memory. In that process the driver MUST call unregister (which
> * also applies for driver shutdown and unload). The register API is
> * also mandatory during RX-ring setup.
next prev parent reply other threads:[~2023-12-13 8:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-13 4:37 [PATCH] net, xdp: correct grammar Randy Dunlap
2023-12-13 8:39 ` Jesper Dangaard Brouer [this message]
2023-12-14 15:50 ` patchwork-bot+netdevbpf
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=78c0072a-c084-4588-b973-ad4f80047914@kernel.org \
--to=hawk@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=john.fastabend@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rdunlap@infradead.org \
/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