[PATCH] bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU"

From: Kosuke Fujimoto
Date: Thu Jun 09 2022 - 04:38:12 EST


"BFP" should be "BPF"

Signed-off-by: Kosuke Fujimoto <fujimotokosuke0@xxxxxxxxx>
---
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