Re: [PATCH] iommu/arm-smmu-v3-iommufd: Separate vDEVICE allocation list

From: Jason Gunthorpe

Date: Wed Nov 26 2025 - 13:22:08 EST


On Wed, Nov 26, 2025 at 10:36:03AM +0700, Bagas Sanjaya wrote:
> Stephen Rothwell reports htmldocs warnings when merging iommufd tree:
>
> Documentation/userspace-api/iommufd:335: include/uapi/linux/iommufd.h:456: ERROR: Unexpected indentation. [docutils]
> Documentation/userspace-api/iommufd:335: include/uapi/linux/iommufd.h:457: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
>
> Fix them by separating vDEVICE allocation list from preceding paragraph.
>
> Fixes: 9f0b286fe40130 ("iommu/arm-smmu-v3-iommufd: Allow attaching nested domain for GBPA cases")
> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> Closes: https://lore.kernel.org/linux-next/20251126125920.207fc959@xxxxxxxxxxxxxxxx/
> Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
> ---
> include/uapi/linux/iommufd.h | 1 +
> 1 file changed, 1 insertion(+)

Thanks, I squashed this one line

Jason