Various: Fix typo `mappping'
authorIan Jackson <ian.jackson@citrix.com>
Wed, 3 Oct 2018 18:00:22 +0000 (19:00 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Thu, 3 Dec 2020 12:56:29 +0000 (12:56 +0000)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Gbp-Pq: Name 0008-Various-Fix-typo-mappping.patch

tools/python/xen/lowlevel/xc/xc.c
xen/drivers/passthrough/vtd/iommu.h

index efb3729227d396bf4d2570ba02a285d4038444cd..f0878b7c85b8adcd651cb98daaa3bfd9b6c1b098 100644 (file)
@@ -2367,7 +2367,7 @@ static PyMethodDef pyxc_methods[] = {
     { "domain_set_memmap_limit", 
       (PyCFunction)pyxc_domain_set_memmap_limit, 
       METH_VARARGS, "\n"
-      "Set a domain's physical memory mappping limit\n"
+      "Set a domain's physical memory mapping limit\n"
       " dom [int]: Identifier of domain.\n"
       " map_limitkb [int]: .\n"
       "Returns: [int] 0 on success; -1 on error.\n" },
index e76b261c81e29d8f9ad515a14d411981b5ebb588..179b859c4b4e7880c498f2c9328900d389855d2d 100644 (file)
@@ -509,7 +509,7 @@ struct qi_ctrl {
 struct ir_ctrl {
     u64 iremap_maddr;            /* interrupt remap table machine address */
     int iremap_num;              /* total num of used interrupt remap entry */
-    spinlock_t iremap_lock;      /* lock for irq remappping table */
+    spinlock_t iremap_lock;      /* lock for irq remapping table */
 };
 
 struct iommu_flush {