* [PATCH] drivers: base: Fix typo 'interupt' -> 'interrupt' in platform_get_irq_affinity()
@ 2026-03-21 16:44 Pranav Kharche
2026-04-02 15:01 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Pranav Kharche @ 2026-03-21 16:44 UTC (permalink / raw)
To: Greg Kroah-Hartman, Rafael J . Wysocki, Danilo Krummrich
Cc: driver-core, linux-kernel, Pranav Kharche
Signed-off-by: Pranav Kharche <pranavkharche7@gmail.com>
---
drivers/base/platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index b45d41b018ca..848f5fc95cf9 100644
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@ -172,7 +172,7 @@ static const struct cpumask *get_irq_affinity(struct platform_device *dev,
* @num: interrupt number index
* @affinity: optional cpumask pointer to get the affinity of a per-cpu interrupt
*
- * Gets an interupt for a platform device. Device drivers should check the
+ * Gets an interrupt for a platform device. Device drivers should check the
* return value for errors so as to not pass a negative integer value to
* the request_irq() APIs. Optional affinity information is provided in the
* affinity pointer if available, and NULL otherwise.
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-02 15:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-21 16:44 [PATCH] drivers: base: Fix typo 'interupt' -> 'interrupt' in platform_get_irq_affinity() Pranav Kharche
2026-04-02 15:01 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox