docs/bpf: Fix "file doesn't exist" warnings in {llvm_reloc,btf}.rst
authorEduard Zingerman <eddyz87@gmail.com>
Fri, 1 Sep 2023 12:59:35 +0000 (15:59 +0300)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 1 Sep 2023 13:56:48 +0000 (15:56 +0200)
commit3888fa134eddac467b5a094949a8f0731ef6ffd5
treeddf2a66984a65a3c1f8b8cccc13394b392d66655
parentc1970e26bdc1209974bb5cf31cc23f2b7ad6ce50
docs/bpf: Fix "file doesn't exist" warnings in {llvm_reloc,btf}.rst

scripts/documentation-file-ref-check reports warnings for (valid) cross-links
of form:

  :ref:`Documentation/bpf/btf <BTF_Ext_Section>`

Adding extension to the file name helps to avoid the warning, e.g:

  :ref:`Documentation/bpf/btf.rst <BTF_Ext_Section>`

Fixes: be4033d36070 ("docs/bpf: Add description for CO-RE relocations")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Closes: https://lore.kernel.org/oe-kbuild-all/202309010804.G3MpXo59-lkp@intel.com
Link: https://lore.kernel.org/bpf/20230901125935.487972-1-eddyz87@gmail.com
Documentation/bpf/btf.rst
Documentation/bpf/llvm_reloc.rst