2008-10-14 10:08:14

by Ameya Palande

[permalink] [raw]
Subject: [PATCH 2.6.27] Intel-IOMMU: Typo Fix and correct word in the Comment

Fix for a typo and and replacing incorrect word in the comment.

Signed-off-by: Ameya Palande <[email protected]>
---

--- drivers/pci/intel-iommu.c.orig 2008-10-14 20:16:59.000000000 +1100
+++ drivers/pci/intel-iommu.c 2008-10-14 20:17:59.000000000 +1100
@@ -587,7 +587,7 @@ static int __iommu_flush_context(struct

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;
}

@@ -680,7 +680,7 @@ static int __iommu_flush_iotlb(struct in
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;
}