Re: [PATCH] iommufd: Correct IOMMU_HWPT_ALLOC_NEST_PARENT description

From: Jason Gunthorpe
Date: Sat Oct 21 2023 - 12:17:16 EST


On Tue, Oct 17, 2023 at 11:15:52AM -0700, Nicolin Chen wrote:
> The IOMMU_HWPT_ALLOC_NEST_PARENT flag is used to allocate a HWPT. Though
> a HWPT holds a domain in the core structure, it is still quite confusing
> to describe it using "domain" in the uAPI kdoc. Correct it to "HWPT".
>
> Fixes: 4ff542163397 ("iommufd: Support allocating nested parent domain")
> Signed-off-by: Nicolin Chen <nicolinc@xxxxxxxxxx>
> ---
> include/uapi/linux/iommufd.h | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)

Applied to for next

Thanks,
Jason