Re: [PATCH] iommufd: update outdated comment for renamed iommufd_hw_pagetable_alloc()

From: Jason Gunthorpe

Date: Wed Mar 25 2026 - 09:17:19 EST


On Sat, Mar 21, 2026 at 06:57:59PM +0800, Kexin Sun wrote:
> The function iommufd_hw_pagetable_alloc() was renamed to
> iommufd_hwpt_paging_alloc() by commit 89db31635c87
> ("iommufd: Derive iommufd_hwpt_paging from
> iommufd_hw_pagetable"). Update the stale reference in
> iommufd_device_auto_get_domain().
>
> Assisted-by: unnamed:deepseek-v3.2 coccinelle
> Signed-off-by: Kexin Sun <kexinsun@xxxxxxxxxxxxxxxx>
> ---
> drivers/iommu/iommufd/device.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Jason