diff options
author | Ingo Molnar <mingo@kernel.org> | 2018-12-03 05:44:51 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-12-18 08:22:28 -0500 |
commit | c5f48c0a7aa1a8c82d81cdf27e63aa0a5544c6e6 (patch) | |
tree | 64731929e3abf3b2afbb9ec0a6cbceef8d076db7 /kernel/irq/manage.c | |
parent | 989a4222c13a3e148772730d362fceb0727852f5 (diff) |
genirq: Fix various typos in comments
Go over the IRQ subsystem source code (including irqchip drivers) and
fix common typos in comments.
No change in functionality intended.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'kernel/irq/manage.c')
-rw-r--r-- | kernel/irq/manage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index 9dbdccab3b6a..a4888ce4667a 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c | |||
@@ -915,7 +915,7 @@ irq_thread_check_affinity(struct irq_desc *desc, struct irqaction *action) { } | |||
915 | #endif | 915 | #endif |
916 | 916 | ||
917 | /* | 917 | /* |
918 | * Interrupts which are not explicitely requested as threaded | 918 | * Interrupts which are not explicitly requested as threaded |
919 | * interrupts rely on the implicit bh/preempt disable of the hard irq | 919 | * interrupts rely on the implicit bh/preempt disable of the hard irq |
920 | * context. So we need to disable bh here to avoid deadlocks and other | 920 | * context. So we need to disable bh here to avoid deadlocks and other |
921 | * side effects. | 921 | * side effects. |