From 3c49788cc3d4f1fd3eb31da77c89a29ed86f41ec Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 3 Oct 2018 19:00:22 +0100 Subject: [PATCH] Various: Fix typo `mappping' Signed-off-by: Ian Jackson Gbp-Pq: Name 0008-Various-Fix-typo-mappping.patch --- tools/python/xen/lowlevel/xc/xc.c | 2 +- xen/drivers/passthrough/vtd/iommu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/lowlevel/xc/xc.c b/tools/python/xen/lowlevel/xc/xc.c index efb3729227..f0878b7c85 100644 --- a/tools/python/xen/lowlevel/xc/xc.c +++ b/tools/python/xen/lowlevel/xc/xc.c @@ -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" }, diff --git a/xen/drivers/passthrough/vtd/iommu.h b/xen/drivers/passthrough/vtd/iommu.h index e76b261c81..179b859c4b 100644 --- a/xen/drivers/passthrough/vtd/iommu.h +++ b/xen/drivers/passthrough/vtd/iommu.h @@ -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 { -- 2.30.2