Re: [PATCH v13 01/10] iommu: Fix comment for struct iommu_fwspec
From: Will Deacon <will@kernel.org>
Date: 2021-03-25 17:38:40
Also in:
linux-acpi, linux-arm-kernel, linux-iommu
From: Will Deacon <will@kernel.org>
Date: 2021-03-25 17:38:40
Also in:
linux-acpi, linux-arm-kernel, linux-iommu
On Tue, Mar 02, 2021 at 10:26:37AM +0100, Jean-Philippe Brucker wrote:
Commit 986d5ecc5699 ("iommu: Move fwspec->iommu_priv to struct
dev_iommu") removed iommu_priv from fwspec and commit 5702ee24182f
("ACPI/IORT: Check ATS capability in root complex nodes") added @flags.
Update the struct doc.
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Jean-Philippe Brucker <redacted>
---
include/linux/iommu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Acked-by: Will Deacon <will@kernel.org> Will