The patch titled intel-iommu: typo fix and correct word in the comment has been removed from the -mm tree. Its filename was intel-iommu-typo-fix-and-correct-word-in-the-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: intel-iommu: typo fix and correct word in the comment From: "Ameya Palande" <2ameya@xxxxxxxxx> Fix for a typo and and replacing incorrect word in the comment. Signed-off-by: Ameya Palande <2ameya@xxxxxxxxx> Cc: "Ashok Raj" <ashok.raj@xxxxxxxxx> Cc: "Shaohua Li" <shaohua.li@xxxxxxxxx> Cc: "Anil S Keshavamurthy" <anil.s.keshavamurthy@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/pci/intel-iommu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/pci/intel-iommu.c~intel-iommu-typo-fix-and-correct-word-in-the-comment drivers/pci/intel-iommu.c --- a/drivers/pci/intel-iommu.c~intel-iommu-typo-fix-and-correct-word-in-the-comment +++ a/drivers/pci/intel-iommu.c @@ -563,7 +563,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; } @@ -656,7 +656,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; } _ Patches currently in -mm which might be from 2ameya@xxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html