WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] vt-d: Fix comment typos.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] vt-d: Fix comment typos.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Oct 2008 04:50:15 -0700
Delivery-date: Wed, 15 Oct 2008 04:49:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] vt-d: Fix comment typos., Xen patchbot-unstable <=