[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] vt-d: Fix comment typos.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1223979046 -3600 # Node ID c9ba3d1880bebc0839ebc00997c11a163fd7c115 # Parent 551c3480beee8a3a29b5bf23cadbf8d953f75566 vt-d: Fix comment typos. Signed-off-by: Ameya Palande <2ameya@xxxxxxxxx> --- xen/drivers/passthrough/vtd/iommu.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 551c3480beee -r c9ba3d1880be xen/drivers/passthrough/vtd/iommu.c --- a/xen/drivers/passthrough/vtd/iommu.c Tue Oct 14 11:08:15 2008 +0100 +++ b/xen/drivers/passthrough/vtd/iommu.c Tue Oct 14 11:10:46 2008 +0100 @@ -346,7 +346,7 @@ static int flush_context_reg( cpu_relax(); } 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; } @@ -453,7 +453,7 @@ static int flush_iotlb_reg(void *_iommu, dprintk(XENLOG_INFO VTDPREFIX, "IOMMU: tlb flush request %x, actual %x\n", (u32)DMA_TLB_IIRG(type), (u32)DMA_TLB_IAIG(val)); - /* flush context entry will implictly flush write buffer */ + /* flush iotlb entry will implicitly flush write buffer */ return 0; } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |