diff options
author | Jason Wang <[email protected]> | 2022-07-15 13:12:58 +0800 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2022-07-19 12:13:31 +0100 |
commit | 295171705c9ac98f4626609033f6bab0c2e37ed0 (patch) | |
tree | df15509c1ba4246902253c5e7599d9a92cc85853 | |
parent | 51ff93923e21ed2862e83f208706e3ca31d6f409 (diff) |
irqchip/gic-v3: Fix comment typo
The double `the' is duplicated in line 1786, remove one.
Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/irqchip/irq-gic-v3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c index 5c1cf907ee68..d28b45f3240a 100644 --- a/drivers/irqchip/irq-gic-v3.c +++ b/drivers/irqchip/irq-gic-v3.c @@ -1783,7 +1783,7 @@ static void gic_enable_nmi_support(void) * the security state of the GIC (controlled by the GICD_CTRL.DS bit) * and if Group 0 interrupts can be delivered to Linux in the non-secure * world as FIQs (controlled by the SCR_EL3.FIQ bit). These affect the - * the ICC_PMR_EL1 register and the priority that software assigns to + * ICC_PMR_EL1 register and the priority that software assigns to * interrupts: * * GICD_CTRL.DS | SCR_EL3.FIQ | ICC_PMR_EL1 | Group 1 priority |