projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dedd7d
)
xdp: Trivial, fix spelling in function description
author
Anton Ivanov
<anton.ivanov@cambridgegreys.com>
Fri, 11 Oct 2019 08:43:03 +0000
(09:43 +0100)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Fri, 11 Oct 2019 20:32:08 +0000
(22:32 +0200)
Fix typo 'boolian' into 'boolean'.
Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20191011084303.28418-1-anton.ivanov@cambridgegreys.com
net/core/xdp.c
patch
|
blob
|
history
diff --git
a/net/core/xdp.c
b/net/core/xdp.c
index d7bf62ffbb5e816ee64f449bf3f3011543b0a72f..20781ad5f9c3a60a022b87be2e04a92a56d28e31 100644
(file)
--- 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 bool
i
an
+ * while still leveraging this protection. The @napi_direct bool
e
an
* is used for those calls sites. Thus, allowing for faster recycling
* of xdp_frames/pages in those cases.
*/