diff options
author | Akhil Raj <lf32.dev@gmail.com> | 2022-08-29 12:22:39 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 13:21:43 -0600 |
commit | 7f77ebbf758be6df89951713e7b234a9e6c5d32b (patch) | |
tree | de067ec255b08220cc3c5dbd4d5ea0ec4bc32fb0 /Documentation/bpf | |
parent | 32a3a9db16eb7551a6763820a8ed6f151f879eaa (diff) |
Delete duplicate words from kernel docs
I have deleted duplicate words like
to, guest, trace, when, we
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
Link: https://lore.kernel.org/r/20220829065239.4531-1-lf32.dev@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/bpf')
-rw-r--r-- | Documentation/bpf/instruction-set.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/bpf/instruction-set.rst b/Documentation/bpf/instruction-set.rst index 1b0e6711dec9..0ac7ae40be37 100644 --- a/Documentation/bpf/instruction-set.rst +++ b/Documentation/bpf/instruction-set.rst @@ -133,7 +133,7 @@ code field of ``BPF_END``. The byte swap instructions operate on the destination register only and do not use a separate source register or immediate value. -The 1-bit source operand field in the opcode is used to to select what byte +The 1-bit source operand field in the opcode is used to select what byte order the operation convert from or to: ========= ===== ================================================= |