Skip to content

Commit

Permalink
bpf, docs: Add a missing colon in verifier.rst
Browse files Browse the repository at this point in the history
Add a missing colon to fix the document style.

Fixes: 88691e9 ("bpf, docs: Split general purpose eBPF documentation out of filter.rst")
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220228080416.1689327-1-wanjiabing@vivo.com
  • Loading branch information
Wan Jiabing authored and borkmann committed Feb 28, 2022
1 parent ceac059 commit 43429ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/bpf/verifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Program with unreachable instructions::
BPF_EXIT_INSN(),
};

Error:
Error::

unreachable insn 1

Expand Down

0 comments on commit 43429ea

Please sign in to comment.