Message ID | 20220228080416.1689327-1-wanjiabing@vivo.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 43429ea74a121683dc231d0a694bb32734caea92 |
Delegated to: | BPF |
Headers | show |
Series | bpf, docs: add a missing colon in verifier.rst | expand |
Context | Check | Description |
---|---|---|
bpf/vmtest-bpf-next-PR | success | PR summary |
bpf/vmtest-bpf-next | success | VM_Test |
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Mon, 28 Feb 2022 16:04:16 +0800 you wrote: > Add a missing colon to fix the document style. > > Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> > --- > Documentation/bpf/verifier.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - bpf, docs: add a missing colon in verifier.rst https://git.kernel.org/bpf/bpf-next/c/43429ea74a12 You are awesome, thank you!
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
Add a missing colon to fix the document style. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> --- Documentation/bpf/verifier.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)