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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ameya Palande
Date: Tuesday, October 14, 2008 - 3:07 am

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

Signed-off-by: Ameya Palande <2ameya@gmail.com>
---

--- 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;
 }
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2.6.27] Intel-IOMMU: Typo Fix and correct word in t ..., Ameya Palande, (Tue Oct 14, 3:07 am)