[PATCH] docs: iommu: Drop the stale entry in documentation TOC

Mark-PK Tsai posted 1 patch 2 months, 1 week ago
Documentation/userspace-api/index.rst | 1 -
1 file changed, 1 deletion(-)
[PATCH] docs: iommu: Drop the stale entry in documentation TOC
Posted by Mark-PK Tsai 2 months, 1 week ago
The Documentation/userspace-api/iommu.rst had been removed,
so should TOC entry.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/lkml/20240709190613.3fd8b7ea@canb.auug.org.au/
Fixes: d926e7c04843 ("docs: iommu: Remove outdated Documentation/userspace-api/iommu.rst") on linux-next
Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
---
 Documentation/userspace-api/index.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst
index 8a251d71fa6e..274cc7546efc 100644
--- a/Documentation/userspace-api/index.rst
+++ b/Documentation/userspace-api/index.rst
@@ -45,7 +45,6 @@ Devices and I/O
    accelerators/ocxl
    dma-buf-alloc-exchange
    gpio/index
-   iommu
    iommufd
    media/index
    dcdbas
-- 
2.18.0
Re: [PATCH] docs: iommu: Drop the stale entry in documentation TOC
Posted by Will Deacon 2 months, 1 week ago
On Tue, Jul 09, 2024 at 06:10:30PM +0800, Mark-PK Tsai wrote:
> The Documentation/userspace-api/iommu.rst had been removed,
> so should TOC entry.
> 
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/lkml/20240709190613.3fd8b7ea@canb.auug.org.au/
> Fixes: d926e7c04843 ("docs: iommu: Remove outdated Documentation/userspace-api/iommu.rst") on linux-next
> Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
> ---
>  Documentation/userspace-api/index.rst | 1 -
>  1 file changed, 1 deletion(-)

No need, I just fixed this as your original change was on top of the
branch. Thanks for the quick response, though!

Will