aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/intel-iommu.c')
-rw-r--r--drivers/pci/intel-iommu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c
index d315e413fae0..a2692724b68f 100644
--- a/drivers/pci/intel-iommu.c
+++ b/drivers/pci/intel-iommu.c
@@ -566,7 +566,7 @@ static int __iommu_flush_context(struct intel_iommu *iommu,
566 566
567 spin_unlock_irqrestore(&iommu->register_lock, flag); 567 spin_unlock_irqrestore(&iommu->register_lock, flag);
568 568
569 /* flush context entry will implictly flush write buffer */ 569 /* flush context entry will implicitly flush write buffer */
570 return 0; 570 return 0;
571} 571}
572 572
@@ -639,7 +639,7 @@ static int __iommu_flush_iotlb(struct intel_iommu *iommu, u16 did,
639 pr_debug("IOMMU: tlb flush request %Lx, actual %Lx\n", 639 pr_debug("IOMMU: tlb flush request %Lx, actual %Lx\n",
640 (unsigned long long)DMA_TLB_IIRG(type), 640 (unsigned long long)DMA_TLB_IIRG(type),
641 (unsigned long long)DMA_TLB_IAIG(val)); 641 (unsigned long long)DMA_TLB_IAIG(val));
642 /* flush context entry will implictly flush write buffer */ 642 /* flush iotlb entry will implicitly flush write buffer */
643 return 0; 643 return 0;
644} 644}
645 645