Skip to content

Commit 2951717

Browse files
Jason WangMarc Zyngier
authored andcommitted
irqchip/gic-v3: Fix comment typo
The double `the' is duplicated in line 1786, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20220715051258.28889-1-wangborong@cdjrlc.com
1 parent 51ff939 commit 2951717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/irq-gic-v3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ static void gic_enable_nmi_support(void)
17831783
* the security state of the GIC (controlled by the GICD_CTRL.DS bit)
17841784
* and if Group 0 interrupts can be delivered to Linux in the non-secure
17851785
* world as FIQs (controlled by the SCR_EL3.FIQ bit). These affect the
1786-
* the ICC_PMR_EL1 register and the priority that software assigns to
1786+
* ICC_PMR_EL1 register and the priority that software assigns to
17871787
* interrupts:
17881788
*
17891789
* GICD_CTRL.DS | SCR_EL3.FIQ | ICC_PMR_EL1 | Group 1 priority

0 commit comments

Comments
 (0)