Skip to content

Commit

Permalink
intel-iommu: typo fix and correct word in the comment
Browse files Browse the repository at this point in the history
Fix for a typo and and replacing incorrect word in the comment.

Signed-off-by: Ameya Palande <2ameya@gmail.com>
Cc: "Ashok Raj" <ashok.raj@intel.com>
Cc: "Shaohua Li" <shaohua.li@intel.com>
Cc: "Anil S Keshavamurthy" <anil.s.keshavamurthy@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Ameya Palande authored and Linus Torvalds committed Oct 20, 2008
1 parent c3b9f5a commit 4d235ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pci/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ static int __iommu_flush_context(struct intel_iommu *iommu,

spin_unlock_irqrestore(&iommu->register_lock, flag);

/* flush context entry will implictly flush write buffer */
/* flush context entry will implicitly flush write buffer */
return 0;
}

Expand Down Expand Up @@ -656,7 +656,7 @@ static int __iommu_flush_iotlb(struct intel_iommu *iommu, u16 did,
if (DMA_TLB_IAIG(val) != DMA_TLB_IIRG(type))
pr_debug("IOMMU: tlb flush request %Lx, actual %Lx\n",
DMA_TLB_IIRG(type), DMA_TLB_IAIG(val));
/* flush context entry will implictly flush write buffer */
/* flush iotlb entry will implicitly flush write buffer */
return 0;
}

Expand Down

0 comments on commit 4d235ba

Please sign in to comment.