Skip to content

Commit 99e25b1

Browse files
mudongliangDominik Brodowski
authored andcommitted
pcmcia: typo fix
themselfves -> themselves Signed-off-by: Dongliang Mu <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>
1 parent 99e1241 commit 99e25b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pcmcia/pcmcia_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ EXPORT_SYMBOL(pcmcia_request_io);
684684
* pcmcia_request_irq() is a wrapper around request_irq() which allows
685685
* the PCMCIA core to clean up the registration in pcmcia_disable_device().
686686
* 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
687+
* call free_irq() themselves, too. Also, only %IRQF_SHARED capable IRQ
688688
* handlers are allowed.
689689
*/
690690
int __must_check pcmcia_request_irq(struct pcmcia_device *p_dev,

0 commit comments

Comments
 (0)