irq: Fix comment typo ist->is
Signed-off-by: Javi Merino <javi.merino@arm.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
ff5f483f30
commit
6d21af4f7d
@ -1281,7 +1281,7 @@ EXPORT_SYMBOL(free_irq);
|
|||||||
* and to set up the interrupt handler in the right order.
|
* and to set up the interrupt handler in the right order.
|
||||||
*
|
*
|
||||||
* If you want to set up a threaded irq handler for your device
|
* If you want to set up a threaded irq handler for your device
|
||||||
* then you need to supply @handler and @thread_fn. @handler ist
|
* then you need to supply @handler and @thread_fn. @handler is
|
||||||
* still called in hard interrupt context and has to check
|
* still called in hard interrupt context and has to check
|
||||||
* whether the interrupt originates from the device. If yes it
|
* whether the interrupt originates from the device. If yes it
|
||||||
* needs to disable the interrupt on the device and return
|
* needs to disable the interrupt on the device and return
|
||||||
|
Loading…
Reference in New Issue
Block a user