From: Anna-Maria Gleixner Date: Mon, 7 May 2018 12:53:26 +0000 (+0200) Subject: iommu/amd: Fix grammar of comments X-Git-Tag: for-linus-20180616~31^2^6~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=29a0c41541baa88a10d08db3b737e7e8a470cb0e;p=linux-2.6-block.git iommu/amd: Fix grammar of comments Suggested-by: Gary R Hook Signed-off-by: Anna-Maria Gleixner Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c index 5fef2466da15..ec5faf6db570 100644 --- a/drivers/iommu/amd_iommu.c +++ b/drivers/iommu/amd_iommu.c @@ -1943,8 +1943,8 @@ static void do_detach(struct iommu_dev_data *dev_data) } /* - * If a device is not yet associated with a domain, this function does - * assigns it visible for the hardware + * If a device is not yet associated with a domain, this function makes the + * device visible in the domain */ static int __attach_device(struct iommu_dev_data *dev_data, struct protection_domain *domain) @@ -2065,8 +2065,8 @@ static bool pci_pri_tlp_required(struct pci_dev *pdev) } /* - * If a device is not yet associated with a domain, this function - * assigns it visible for the hardware + * If a device is not yet associated with a domain, this function makes the + * device visible in the domain */ static int attach_device(struct device *dev, struct protection_domain *domain)