diff options
author | Konrad Djimeli <kdjimeli@igalia.com> | 2018-10-04 18:01:32 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-10-05 00:11:24 +0200 |
commit | 7ccc4f1887518a392752ad44c014fd6e1f526da7 (patch) | |
tree | 81ba9fbc23464323f1fde252f343941c0a39d1e8 /Documentation | |
parent | 20cdeb5408da5149c39d577c91ad6f33c73d1b05 (diff) | |
download | linux-7ccc4f1887518a392752ad44c014fd6e1f526da7.tar.bz2 |
bpf: typo fix in Documentation/networking/af_xdp.rst
Fix a simple typo: Completetion -> Completion
Signed-off-by: Konrad Djimeli <kdjimeli@igalia.com>
Acked-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/af_xdp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/af_xdp.rst b/Documentation/networking/af_xdp.rst index ff929cfab4f4..4ae4f9d8f8fe 100644 --- a/Documentation/networking/af_xdp.rst +++ b/Documentation/networking/af_xdp.rst @@ -159,8 +159,8 @@ log2(2048) LSB of the addr will be masked off, meaning that 2048, 2050 and 3000 refers to the same chunk. -UMEM Completetion Ring -~~~~~~~~~~~~~~~~~~~~~~ +UMEM Completion Ring +~~~~~~~~~~~~~~~~~~~~ The Completion Ring is used transfer ownership of UMEM frames from kernel-space to user-space. Just like the Fill ring, UMEM indicies are |