diff options
author | Xie XiuQi <xiexiuqi@huawei.com> | 2013-10-17 21:12:04 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-18 08:49:30 -0400 |
commit | f788e7bf0563bb98b1a6ef5cdc66749ee36934e4 (patch) | |
tree | 211f3a36fcfb4b260232dae8dd66ed7e4457dad3 | |
parent | 6d56a410aecb0221ce7027ff7d738451b4ab18b7 (diff) |
irq: Fix some trivial typos in comments
Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
[jkosina@suse.cz: fix 'explicitly', noticed by Randy Dunlap]
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | kernel/irq/chip.c | 2 | ||||
-rw-r--r-- | kernel/irq/manage.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index a3bb14fbe5c6..dc04c166c54d 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c | |||
@@ -214,7 +214,7 @@ void irq_enable(struct irq_desc *desc) | |||
214 | } | 214 | } |
215 | 215 | ||
216 | /** | 216 | /** |
217 | * irq_disable - Mark interupt disabled | 217 | * irq_disable - Mark interrupt disabled |
218 | * @desc: irq descriptor which should be disabled | 218 | * @desc: irq descriptor which should be disabled |
219 | * | 219 | * |
220 | * If the chip does not implement the irq_disable callback, we | 220 | * If the chip does not implement the irq_disable callback, we |
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index 514bcfd855a8..2165253220ee 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c | |||
@@ -786,7 +786,7 @@ irq_forced_thread_fn(struct irq_desc *desc, struct irqaction *action) | |||
786 | } | 786 | } |
787 | 787 | ||
788 | /* | 788 | /* |
789 | * Interrupts explicitely requested as threaded interupts want to be | 789 | * Interrupts explicitly requested as threaded interrupts want to be |
790 | * preemtible - many of them need to sleep and wait for slow busses to | 790 | * preemtible - many of them need to sleep and wait for slow busses to |
791 | * complete. | 791 | * complete. |
792 | */ | 792 | */ |