diff options
author | Daniel W. S. Almeida <dwlsalmeida@gmail.com> | 2020-07-18 18:51:00 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-23 22:27:29 +0200 |
commit | 009abf5bb88bf96247dbb7404fd0dc83c99aafab (patch) | |
tree | 6e90eb5d8ac5ee8d9800536853ce78cc5fc88ae7 /Documentation/bpf/bpf_devel_QA.rst | |
parent | docs: process/index.rst: Fix reference to nonexistent document (diff) | |
download | linux-009abf5bb88bf96247dbb7404fd0dc83c99aafab.tar.xz linux-009abf5bb88bf96247dbb7404fd0dc83c99aafab.zip |
docs: bpf/bpf_devel_QA.rst: fix reference to nonexistent document
Fix the following sphinx warning:
bpf_devel_QA.rst:444: WARNING: Unknown target name:
"documentation/bpf/btf.rst"
No target was defined for 'btf.rst' in the document. Fix it.
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Link: https://lore.kernel.org/r/20200718165107.625847-6-dwlsalmeida@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/bpf/bpf_devel_QA.rst')
-rw-r--r-- | Documentation/bpf/bpf_devel_QA.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/bpf/bpf_devel_QA.rst b/Documentation/bpf/bpf_devel_QA.rst index 0b3db91dc100..a26aa1b9b259 100644 --- a/Documentation/bpf/bpf_devel_QA.rst +++ b/Documentation/bpf/bpf_devel_QA.rst @@ -643,5 +643,6 @@ when: .. _selftests: ../../tools/testing/selftests/bpf/ .. _Documentation/dev-tools/kselftest.rst: https://www.kernel.org/doc/html/latest/dev-tools/kselftest.html +.. _Documentation/bpf/btf.rst: btf.rst Happy BPF hacking! |