Re: linux-next: build warning after merge of the iommu tree

From: Will Deacon
Date: Thu Jul 17 2025 - 06:04:21 EST


On Wed, Jul 16, 2025 at 08:42:07PM +1000, Stephen Rothwell wrote:
> After merging the iommu tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/ABI/testing/debugfs-amd-iommu:31: ERROR: Unexpected indentation. [docutils]
> Documentation/ABI/testing/debugfs-amd-iommu:31: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
> Documentation/ABI/testing/debugfs-amd-iommu:31: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
>
> Introduced by commit
>
> 39215bb3b0d9 ("iommu/amd: Add documentation for AMD IOMMU debugfs support")

Thanks, Stephen. That should be fixed now.

Will