diff options
author | Dongliang Mu <dzm91@hust.edu.cn> | 2022-11-16 09:45:50 +0800 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2023-09-03 10:45:47 +0200 |
commit | 99e25b17d2a3e3b486b4f6f90a740d51245da1f2 (patch) | |
tree | e0cfe5fff969822f75f5198286a8f78389746cd8 /drivers/pcmcia | |
parent | 99e1241049a92dd3e9a90a0f91e32ce390133278 (diff) |
pcmcia: typo fix
themselfves -> themselves
Signed-off-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'drivers/pcmcia')
-rw-r--r-- | drivers/pcmcia/pcmcia_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/pcmcia_resource.c b/drivers/pcmcia/pcmcia_resource.c index d78091e79a0f..e9e31c638a67 100644 --- a/drivers/pcmcia/pcmcia_resource.c +++ b/drivers/pcmcia/pcmcia_resource.c @@ -684,7 +684,7 @@ EXPORT_SYMBOL(pcmcia_request_io); * pcmcia_request_irq() is a wrapper around request_irq() which allows * the PCMCIA core to clean up the registration in pcmcia_disable_device(). * Drivers are free to use request_irq() directly, but then they need to - * call free_irq() themselfves, too. Also, only %IRQF_SHARED capable IRQ + * call free_irq() themselves, too. Also, only %IRQF_SHARED capable IRQ * handlers are allowed. */ int __must_check pcmcia_request_irq(struct pcmcia_device *p_dev, |