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-devel

[Xen-devel] [PATCH] [VTD] Fix Typo in the Comment

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] [VTD] Fix Typo in the Comment
From: "Ameya Palande" <2ameya@xxxxxxxxx>
Date: Tue, 14 Oct 2008 19:29:09 +1100
Delivery-date: Tue, 14 Oct 2008 01:29:35 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=NiLHTjH2ZUS3curXT0fKsrL0rnWfBhW8Xaz/Zt5wjMI=; b=CIc5fqklvA6/IoLCj8hTXUr0McWblgftw7MxAN7StzOIzFI1dUhyU5zCuOLvya0Rlj vV/2Qfx/lh3J6HULWRFz4DxrnPuZUQQ3mYUUNTVtCIeYtoj2efTjmFe7ECLCSxhMQf9J QWgm9ttP/TBAVzLqy1d7ZHpsKIO3XC5DzDxtU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=UsIkdR/V5LWnCnQVr95X6/aiG4i13s1lpSDwzw1kXLoSIfoIqG/+RH2YXfZHofWeVW rFD+1sZZB0jObl+8gEkGNqVAjpwHu0IiGT2+GhYv2+o4nSZFLRw2oNfyO1yT3T8H8iuT V0hay4JNQxSNWnJR/ncoyASegIxLLzM5DK1Pw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Signed-off-by: Ameya Palande <2ameya@xxxxxxxxx>

diff -r e66cecb66b1e xen/drivers/passthrough/vtd/iommu.c
--- a/xen/drivers/passthrough/vtd/iommu.c       Wed Oct 08 14:00:58 2008 +0100
+++ b/xen/drivers/passthrough/vtd/iommu.c       Tue Oct 14 19:21:45 2008 +1100
@@ -346,7 +346,7 @@
         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 @@
         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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] [VTD] Fix Typo in the Comment, Ameya Palande <=