irq: Fix some trivial typos in comments
authorXie XiuQi <xiexiuqi@huawei.com>
Fri, 18 Oct 2013 01:12:04 +0000 (09:12 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 18 Oct 2013 12:49:30 +0000 (14:49 +0200)
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>
kernel/irq/chip.c
kernel/irq/manage.c

index a3bb14fbe5c61fec344a166f8b542571dab4704c..dc04c166c54d7bc8e86ab87bec4075a3cc492e12 100644 (file)
@@ -214,7 +214,7 @@ void irq_enable(struct irq_desc *desc)
 }
 
 /**
- * irq_disable - Mark interupt disabled
+ * irq_disable - Mark interrupt disabled
  * @desc:      irq descriptor which should be disabled
  *
  * If the chip does not implement the irq_disable callback, we
index 514bcfd855a8f9c05ef2934f364f6c2d7b600e4e..2165253220ee40e26737d4fbe7f86e27d18d562d 100644 (file)
@@ -786,7 +786,7 @@ irq_forced_thread_fn(struct irq_desc *desc, struct irqaction *action)
 }
 
 /*
- * Interrupts explicitely requested as threaded interupts want to be
+ * Interrupts explicitly requested as threaded interrupts want to be
  * preemtible - many of them need to sleep and wait for slow busses to
  * complete.
  */