Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d21af4f authored by Javi Merino's avatar Javi Merino Committed by Jiri Kosina
Browse files

irq: Fix comment typo ist->is



Signed-off-by: default avatarJavi Merino <javi.merino@arm.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ff5f483f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1281,7 +1281,7 @@ EXPORT_SYMBOL(free_irq);
 *	and to set up the interrupt handler in the right order.
 *
 *	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
 *	whether the interrupt originates from the device. If yes it
 *	needs to disable the interrupt on the device and return