diff options
author | Bagas Sanjaya <[email protected]> | 2022-07-28 10:33:32 +0700 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-07-28 16:19:37 +1000 |
commit | 0595a216920cb035030c73cec3ab9fe413ef1d77 (patch) | |
tree | 18f1414570183c2b874d4117bfd0238928b7439e | |
parent | 4515862b66d3bdaf681cade1c72f047c93d94d01 (diff) |
docs: powerpc: use different label name for elf_hwcaps.rst
Sphinx reported duplicate label warning:
WARNING: duplicate label elf_hwcaps_index, other instance in Documentation/arm64/elf_hwcaps.rst
The warning is caused by elf_hwcaps_index label name is already used for
arm64 documentation, whileas powerpc use the same name.
Disambiguate the label name for powerpc.
Fixes: 3df1ff42e69e91 ("powerpc: add documentation for HWCAPs")
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Bagas Sanjaya <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/linuxppc-dev/[email protected]/
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/powerpc/elf_hwcaps.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/powerpc/elf_hwcaps.rst b/Documentation/powerpc/elf_hwcaps.rst index bb7438cebf36..3366e5b18e67 100644 --- a/Documentation/powerpc/elf_hwcaps.rst +++ b/Documentation/powerpc/elf_hwcaps.rst @@ -1,4 +1,4 @@ -.. _elf_hwcaps_index: +.. _elf_hwcaps_powerpc: ================== POWERPC ELF HWCAPs |