[PATCH] docs: ext4: fix duplicate Sphinx labels in atomic_writes.rst

Andre Luiz da Nobrega posted 1 patch 2 months, 1 week ago
Documentation/arch/powerpc/index.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] docs: ext4: fix duplicate Sphinx labels in atomic_writes.rst
Posted by Andre Luiz da Nobrega 2 months, 1 week ago
Fixes Sphinx warnings about duplicate reference labels in
Documentation/filesystems/ext4/atomic_writes.rst.

Specifically, the label '.. _atomic_write_bdev_support:' was renamed to
'.. _atomic_write_bdev_support_section:' to ensure label uniqueness
within the document.

Signed-off-by: Andre Luiz da Nobrega <andreluizrodriguescastro@gmail.com>
---
 Documentation/arch/powerpc/index.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/arch/powerpc/index.rst b/Documentation/arch/powerpc/index.rst
index 0560cbae5fa1..ce39b54b5a7d 100644
--- a/Documentation/arch/powerpc/index.rst
+++ b/Documentation/arch/powerpc/index.rst
@@ -6,7 +6,7 @@ powerpc
 
 .. toctree::
     :maxdepth: 1
-
+    
     associativity
     booting
     bootwrapper
@@ -20,6 +20,7 @@ powerpc
     elfnote
     firmware-assisted-dump
     hvcs
+    htm 
     imc
     isa-versions
     kaslr-booke32
-- 
2.50.1
Re: [PATCH] docs: ext4: fix duplicate Sphinx labels in atomic_writes.rst
Posted by Randy Dunlap 2 months, 1 week ago
Hi,

It seems that the patch and the $Subject do not agree.


On 7/28/25 5:56 PM, Andre Luiz da Nobrega wrote:
> Fixes Sphinx warnings about duplicate reference labels in
> Documentation/filesystems/ext4/atomic_writes.rst.
> 
> Specifically, the label '.. _atomic_write_bdev_support:' was renamed to
> '.. _atomic_write_bdev_support_section:' to ensure label uniqueness
> within the document.
> 
> Signed-off-by: Andre Luiz da Nobrega <andreluizrodriguescastro@gmail.com>
> ---
>  Documentation/arch/powerpc/index.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/arch/powerpc/index.rst b/Documentation/arch/powerpc/index.rst
> index 0560cbae5fa1..ce39b54b5a7d 100644
> --- a/Documentation/arch/powerpc/index.rst
> +++ b/Documentation/arch/powerpc/index.rst
> @@ -6,7 +6,7 @@ powerpc
>  
>  .. toctree::
>      :maxdepth: 1
> -
> +    
>      associativity
>      booting
>      bootwrapper
> @@ -20,6 +20,7 @@ powerpc
>      elfnote
>      firmware-assisted-dump
>      hvcs
> +    htm 
>      imc
>      isa-versions
>      kaslr-booke32

-- 
~Randy