diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2022-04-28 11:55:52 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2022-04-28 17:20:48 +0200 |
commit | 67b97e58423247b4c7ae1b639ccfef4dddf8a8fa (patch) | |
tree | 79b5b7bbd4b02b5b26196394153a1839d696ba92 /Documentation/bpf | |
parent | samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_... (diff) | |
download | linux-67b97e58423247b4c7ae1b639ccfef4dddf8a8fa.tar.xz linux-67b97e58423247b4c7ae1b639ccfef4dddf8a8fa.zip |
bpf, docs: Remove duplicated word "instructions"
The word "instructions" is duplicated, remove it.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/1651139754-4838-2-git-send-email-yangtiezhu@loongson.cn
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 5300837ac2c9..30b019c595ba 100644 --- a/Documentation/bpf/instruction-set.rst +++ b/Documentation/bpf/instruction-set.rst @@ -130,7 +130,7 @@ Byte swap instructions The byte swap instructions use an instruction class of ``BFP_ALU`` and a 4-bit code field of ``BPF_END``. -The byte swap instructions instructions operate on the destination register +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 |