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

From: Ameya Palande
Date: Tue Oct 14 2008 - 06:08:17 EST


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

Signed-off-by: Ameya Palande <2ameya@xxxxxxxxx>
---

--- 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;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/