From: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: ricardo.neri@intel.com, linux-kernel@vger.kernel.org,
Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Subject: [PATCH] genirq/debugfs: Fix a typo in IRQ effective affinity
Date: Tue, 12 Aug 2025 14:00:28 -0700 [thread overview]
Message-ID: <20250812-rneri-irq-debugfs-typo-v1-1-f29777b4024d@linux.intel.com> (raw)
Fix a typo in the line that prints the effective affinity of the IRQ.
Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
---
kernel/irq/debugfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/irq/debugfs.c b/kernel/irq/debugfs.c
index 3527defd2890..ee5e70751e83 100644
--- a/kernel/irq/debugfs.c
+++ b/kernel/irq/debugfs.c
@@ -30,7 +30,7 @@ static void irq_debug_show_masks(struct seq_file *m, struct irq_desc *desc)
seq_printf(m, "affinity: %*pbl\n", cpumask_pr_args(msk));
#ifdef CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK
msk = irq_data_get_effective_affinity_mask(data);
- seq_printf(m, "effectiv: %*pbl\n", cpumask_pr_args(msk));
+ seq_printf(m, "effective: %*pbl\n", cpumask_pr_args(msk));
#endif
#ifdef CONFIG_GENERIC_PENDING_IRQ
msk = desc->pending_mask;
---
base-commit: f6636ec7a7297f6ce226fae06ba6ace5419d38cd
change-id: 20250812-rneri-irq-debugfs-typo-2fb5e86c9198
Best regards,
--
Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
next reply other threads:[~2025-08-12 21:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-12 21:00 Ricardo Neri [this message]
2025-08-23 17:49 ` [PATCH] genirq/debugfs: Fix a typo in IRQ effective affinity Thomas Gleixner
2025-08-25 23:10 ` Ricardo Neri
2025-08-27 21:53 ` Ricardo Neri
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250812-rneri-irq-debugfs-typo-v1-1-f29777b4024d@linux.intel.com \
--to=ricardo.neri-calderon@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ricardo.neri@intel.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).