[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] Various: Fix typo `mappping'
commit 9981d4f77fa5ab1bec8db736e5e20690310572dd Author: Ian Jackson <ian.jackson@xxxxxxxxxx> AuthorDate: Wed Oct 3 19:00:22 2018 +0100 Commit: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> CommitDate: Mon Oct 8 15:20:19 2018 +0100 Various: Fix typo `mappping' Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- 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 ebef92cd50..484b790c75 100644 --- a/tools/python/xen/lowlevel/xc/xc.c +++ b/tools/python/xen/lowlevel/xc/xc.c @@ -2385,7 +2385,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 47bdfcb5ea..1a992f72d6 100644 --- a/xen/drivers/passthrough/vtd/iommu.h +++ b/xen/drivers/passthrough/vtd/iommu.h @@ -513,7 +513,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 { -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |