diff options
| author | Ingo Molnar <[email protected]> | 2021-03-22 03:21:30 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2021-03-22 03:23:14 +0000 |
| commit | a359f757965aafd0f58570de95dc6bc06cf12a9c (patch) | |
| tree | 38247c1ad98e8bf8885af18e35b2e581c5e37791 /drivers/irqchip/irq-xilinx-intc.c | |
| parent | genirq/matrix: Prevent allocation counter corruption (diff) | |
| download | kernel-a359f757965aafd0f58570de95dc6bc06cf12a9c.tar.gz kernel-a359f757965aafd0f58570de95dc6bc06cf12a9c.zip | |
irq: Fix typos in comments
Fix ~36 single-word typos in the IRQ, irqchip and irqdomain code comments.
Signed-off-by: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/irqchip/irq-xilinx-intc.c')
| -rw-r--r-- | drivers/irqchip/irq-xilinx-intc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-xilinx-intc.c b/drivers/irqchip/irq-xilinx-intc.c index 1d3d273309bd..8cd1bfc73057 100644 --- a/drivers/irqchip/irq-xilinx-intc.c +++ b/drivers/irqchip/irq-xilinx-intc.c @@ -210,7 +210,7 @@ static int __init xilinx_intc_of_init(struct device_node *intc, /* * Disable all external interrupts until they are - * explicity requested. + * explicitly requested. */ xintc_write(irqc, IER, 0); |
