Skip to content

Commit ed8188a

Browse files
bjorn-helgaasjoergroedel
authored andcommitted
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]>
1 parent e1ed66a commit ed8188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/intel-iommu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ static inline struct dmar_domain *to_dmar_domain(struct iommu_domain *dom)
664664
* 7: super page
665665
* 8-10: available
666666
* 11: snoop behavior
667-
* 12-63: Host physcial address
667+
* 12-63: Host physical address
668668
*/
669669
struct dma_pte {
670670
u64 val;

0 commit comments

Comments
 (0)