diff options
author | Bjorn Helgaas <[email protected]> | 2021-02-04 09:43:55 +0800 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2021-02-04 14:42:00 +0100 |
commit | ed8188a0c1f0f49739c727a53df1174826c1a80b (patch) | |
tree | 58e2f0ccf54acd976782a143b9fe4549a75f9a95 | |
parent | e1ed66ac300373a8d7e8d95fd86ca522f36602d9 (diff) |
iommu/vt-d: Fix 'physical' typos
Fix misspellings of "physical".
Signed-off-by: Bjorn Helgaas <[email protected]>
Signed-off-by: Lu Baolu <[email protected]>
Link: https://lore.kernel.org/linux-iommu/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
-rw-r--r-- | include/linux/intel-iommu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |