[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220228080416.1689327-1-wanjiabing@vivo.com>
Date: Mon, 28 Feb 2022 16:04:16 +0800
From: Wan Jiabing <wanjiabing@...o.com>
To: Jonathan Corbet <corbet@....net>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Martin KaFai Lau <kafai@...com>,
Song Liu <songliubraving@...com>, Yonghong Song <yhs@...com>,
John Fastabend <john.fastabend@...il.com>,
KP Singh <kpsingh@...nel.org>, linux-doc@...r.kernel.org,
netdev@...r.kernel.org, bpf@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: jiabing.wan@...com, Wan Jiabing <wanjiabing@...o.com>
Subject: [PATCH] bpf, docs: add a missing colon in verifier.rst
Add a missing colon to fix the document style.
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
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
Powered by blists - more mailing lists