Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7c90f51 authored by Julien Grall's avatar Julien Grall Committed by Marc Zyngier
Browse files

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: default avatarJulien Grall <julien.grall@arm.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 0f29456d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.