[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230226133123.3180376-1-mudongliangabcd@gmail.com>
Date: Sun, 26 Feb 2023 21:31:20 +0800
From: Dongliang Mu <mudongliangabcd@...il.com>
To: Dominik Brodowski <linux@...inikbrodowski.net>,
Dongliang Mu <mudongliangabcd@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH v2] drivers: pcmcia: fix a typo in pcmcia_request_irq
There is a typo in the comment of pcmcia_request_irq - themselfves.
Fix it by changing themselves to themselves.
Signed-off-by: Dongliang Mu <mudongliangabcd@...il.com>
---
v1->v2: change the title and modify my email.
drivers/pcmcia/pcmcia_resource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
--
2.39.1
Powered by blists - more mailing lists