aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@arm.com>2019-04-18 16:58:14 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2019-04-29 15:45:00 +0100
commita7c90f51d7b10e9c71be991a837d87ddc10dab20 (patch)
tree338bf9b61d787d8c0bdfe874c11baccdde1b888d /drivers/irqchip
parentirqchip/gic-v3-its: fix some definitions of inner cacheability attributes (diff)
downloadlinux-dev-a7c90f51d7b10e9c71be991a837d87ddc10dab20.tar.xz
linux-dev-a7c90f51d7b10e9c71be991a837d87ddc10dab20.zip
irqchip/gic-v3-its: Fix typo in a comment in its_msi_prepare()
The word 'entirely' has been misspelt in a comment in its_msi_prepare(). Signed-off-by: Julien Grall <julien.grall@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip')
-rw-r--r--drivers/irqchip/irq-gic-v3-its.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-gic-v3-its.c b/drivers/irqchip/irq-gic-v3-its.c
index 7577755bdcf4..8d5936c899a6 100644
--- a/drivers/irqchip/irq-gic-v3-its.c
+++ b/drivers/irqchip/irq-gic-v3-its.c
@@ -2487,7 +2487,7 @@ static int its_msi_prepare(struct irq_domain *domain, struct device *dev,
int err = 0;
/*
- * We ignore "dev" entierely, and rely on the dev_id that has
+ * We ignore "dev" entirely, and rely on the dev_id that has
* been passed via the scratchpad. This limits this domain's
* usefulness to upper layers that definitely know that they
* are built on top of the ITS.