We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e1241 commit 99e25b1Copy full SHA for 99e25b1
drivers/pcmcia/pcmcia_resource.c
@@ -684,7 +684,7 @@ EXPORT_SYMBOL(pcmcia_request_io);
684
* pcmcia_request_irq() is a wrapper around request_irq() which allows
685
* the PCMCIA core to clean up the registration in pcmcia_disable_device().
686
* Drivers are free to use request_irq() directly, but then they need to
687
- * call free_irq() themselfves, too. Also, only %IRQF_SHARED capable IRQ
+ * call free_irq() themselves, too. Also, only %IRQF_SHARED capable IRQ
688
* handlers are allowed.
689
*/
690
int __must_check pcmcia_request_irq(struct pcmcia_device *p_dev,
0 commit comments