bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xdp: Trivial, fix spelling in function description
@ 2019-10-11  8:43 Anton Ivanov
  2019-10-11 21:25 ` Daniel Borkmann
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Ivanov @ 2019-10-11  8:43 UTC (permalink / raw)
  To: bpf; +Cc: ast, daniel, kafai, yhs, netdev, Anton Ivanov

Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
---
 net/core/xdp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/xdp.c b/net/core/xdp.c
index d7bf62ffbb5e..20781ad5f9c3 100644
--- a/net/core/xdp.c
+++ b/net/core/xdp.c
@@ -386,7 +386,7 @@ EXPORT_SYMBOL_GPL(xdp_rxq_info_reg_mem_model);
 
 /* XDP RX runs under NAPI protection, and in different delivery error
  * scenarios (e.g. queue full), it is possible to return the xdp_frame
- * while still leveraging this protection.  The @napi_direct boolian
+ * while still leveraging this protection.  The @napi_direct boolean
  * is used for those calls sites.  Thus, allowing for faster recycling
  * of xdp_frames/pages in those cases.
  */
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xdp: Trivial, fix spelling in function description
  2019-10-11  8:43 [PATCH] xdp: Trivial, fix spelling in function description Anton Ivanov
@ 2019-10-11 21:25 ` Daniel Borkmann
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borkmann @ 2019-10-11 21:25 UTC (permalink / raw)
  To: Anton Ivanov; +Cc: bpf, ast, kafai, yhs, netdev

On Fri, Oct 11, 2019 at 09:43:03AM +0100, Anton Ivanov wrote:
> Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-11 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11  8:43 [PATCH] xdp: Trivial, fix spelling in function description Anton Ivanov
2019-10-11 21:25 ` Daniel Borkmann

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