[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220609083937.245749-1-fujimotoksouke0@gmail.com>
Date: Thu, 9 Jun 2022 04:39:37 -0400
From: Kosuke Fujimoto <fujimotokosuke0@...il.com>
To: corbet@....net, ast@...nel.org, daniel@...earbox.net,
andrii@...nel.org
Cc: linux-doc@...r.kernel.org, netdev@...r.kernel.org,
bpf@...r.kernel.org, linux-kernel@...r.kernel.org,
Kosuke Fujimoto <fujimotoksouke0@...il.com>,
Kosuke Fujimoto <fujimotokosuke0@...il.com>
Subject: [PATCH] bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU"
"BFP" should be "BPF"
Signed-off-by: Kosuke Fujimoto <fujimotokosuke0@...il.com>
---
Documentation/bpf/instruction-set.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/bpf/instruction-set.rst b/Documentation/bpf/instruction-set.rst
index 1de6a57c7e1e..9e27fbdb2206 100644
--- a/Documentation/bpf/instruction-set.rst
+++ b/Documentation/bpf/instruction-set.rst
@@ -127,7 +127,7 @@ BPF_XOR | BPF_K | BPF_ALU64 means::
Byte swap instructions
----------------------
-The byte swap instructions use an instruction class of ``BFP_ALU`` and a 4-bit
+The byte swap instructions use an instruction class of ``BPF_ALU`` and a 4-bit
code field of ``BPF_END``.
The byte swap instructions operate on the destination register
--
2.31.1
Powered by blists - more mailing lists