From: Bjorn Helgaas Date: Thu, 4 Feb 2021 01:43:55 +0000 (+0800) Subject: iommu/vt-d: Fix 'physical' typos X-Git-Tag: microblaze-v5.13~105^2^5~5 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=ed8188a0c1f0f49739c727a53df1174826c1a80b;p=linux-2.6-microblaze.git iommu/vt-d: Fix 'physical' typos Fix misspellings of "physical". Signed-off-by: Bjorn Helgaas Signed-off-by: Lu Baolu Link: https://lore.kernel.org/linux-iommu/20210126211738.2920789-1-helgaas@kernel.org Link: https://lore.kernel.org/r/20210204014401.2846425-2-baolu.lu@linux.intel.com Signed-off-by: Joerg Roedel --- diff --git a/include/linux/intel-iommu.h b/include/linux/intel-iommu.h index ecb35fdff03e..f8ab154c979d 100644 --- a/include/linux/intel-iommu.h +++ b/include/linux/intel-iommu.h @@ -664,7 +664,7 @@ static inline struct dmar_domain *to_dmar_domain(struct iommu_domain *dom) * 7: super page * 8-10: available * 11: snoop behavior - * 12-63: Host physcial address + * 12-63: Host physical address */ struct dma_pte { u64 val;