All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqdomain: Couple of typo fixes
@ 2021-03-22 12:00 Bhaskar Chowdhury
  2021-03-22 19:05 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22 12:00 UTC (permalink / raw)
  To: maz, tglx, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury

s/nececssary/necessary/ ....two different places

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 kernel/irq/irqdomain.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index d10ab1d689d5..349adef40c9d 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+\// SPDX-License-Identifier: GPL-2.0

 #define pr_fmt(fmt)  "irq: " fmt

@@ -665,7 +665,7 @@ unsigned int irq_create_mapping_affinity(struct irq_domain *domain,

 	pr_debug("irq_create_mapping(0x%p, 0x%lx)\n", domain, hwirq);

-	/* Look for default domain if nececssary */
+	/* Look for default domain if necessary */
 	if (domain == NULL)
 		domain = irq_default_domain;
 	if (domain == NULL) {
@@ -906,7 +906,7 @@ unsigned int irq_find_mapping(struct irq_domain *domain,
 {
 	struct irq_data *data;

-	/* Look for default domain if nececssary */
+	/* Look for default domain if necessary */
 	if (domain == NULL)
 		domain = irq_default_domain;
 	if (domain == NULL)
--
2.31.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-22 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 12:00 [PATCH] irqdomain: Couple of typo fixes Bhaskar Chowdhury
2021-03-22 19:05 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.