Skip to content

Commit

Permalink
irq: Fix some trivial typos in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Xie XiuQi <[email protected]>
[[email protected]: fix 'explicitly', noticed by Randy Dunlap]
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Xie XiuQi authored and Jiri Kosina committed Oct 18, 2013
1 parent 6d56a41 commit f788e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit f788e7b

Please sign in to comment.