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 /kernel/irq/chip.c | |
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>
Diffstat (limited to 'kernel/irq/chip.c')
-rw-r--r-- | kernel/irq/chip.c | 2 |
1 files changed, 1 insertions, 1 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 |