From: Wan Jiabing Date: Mon, 28 Feb 2022 08:04:16 +0000 (+0800) Subject: bpf, docs: Add a missing colon in verifier.rst X-Git-Tag: v5.18-rc1~136^2~185^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43429ea74a121683dc231d0a694bb32734caea92;p=thirdparty%2Flinux.git bpf, docs: Add a missing colon in verifier.rst Add a missing colon to fix the document style. Fixes: 88691e9e1ef5 ("bpf, docs: Split general purpose eBPF documentation out of filter.rst") Signed-off-by: Wan Jiabing Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/20220228080416.1689327-1-wanjiabing@vivo.com --- diff --git a/Documentation/bpf/verifier.rst b/Documentation/bpf/verifier.rst index fae5f6273bace..d4326caf01f9a 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