[PATCH] bpf, docs: add a missing colon in verifier.rst
From: Wan Jiabing
Date: Mon Feb 28 2022 - 03:05:00 EST
Add a missing colon to fix the document style.
Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx>
---
Documentation/bpf/verifier.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/bpf/verifier.rst b/Documentation/bpf/verifier.rst
index fae5f6273bac..d4326caf01f9 100644
--- a/Documentation/bpf/verifier.rst
+++ b/Documentation/bpf/verifier.rst
@@ -329,7 +329,7 @@ Program with unreachable instructions::
BPF_EXIT_INSN(),
};
-Error:
+Error::
unreachable insn 1
--
2.35.1