mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 10/14] irqchip: fix repeated words in comments
@ 2026-09-07  6:56 Hemanth Selam
  2026-09-07 19:51 ` [tip: irq/drivers] irqchip: Fix typos and " tip-bot2 for Hemanth Selam
  2026-09-13 18:35 ` [PATCH 10/14] irqchip: fix " Radu Rendec
  0 siblings, 2 replies; 3+ messages in thread
From: Hemanth Selam @ 2026-09-07  6:56 UTC (permalink / raw)
  To: Talel Shenhar, Thomas Gleixner, Radu Rendec, Marc Zyngier
  Cc: linux-kernel, linux-arm-kernel

Drop words accidentally written twice, reported by checkpatch.pl as a
possible repeated word.  Only touches comments, no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
 drivers/irqchip/irq-al-fic.c | 2 +-
 drivers/irqchip/irq-gic-v3.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/irqchip/irq-al-fic.c b/drivers/irqchip/irq-al-fic.c
index d10ac9b63c99..760317db9dba 100644
--- a/drivers/irqchip/irq-al-fic.c
+++ b/drivers/irqchip/irq-al-fic.c
@@ -180,7 +180,7 @@ static int al_fic_register(struct device_node *node,
  * @name: name of the fic
  * @parent_irq: interrupt of parent
  *
- * This API will configure the fic hardware to to work in wire mode.
+ * This API will configure the fic hardware to work in wire mode.
  * In wire mode, fic hardware is generating a wire ("wired") interrupt.
  * Interrupt can be generated based on positive edge or level - configuration is
  * to be determined based on connected hardware to this fic.
diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c
index 6e1fa5b247fc..69ca208eeee6 100644
--- a/drivers/irqchip/irq-gic-v3.c
+++ b/drivers/irqchip/irq-gic-v3.c
@@ -687,7 +687,7 @@ static void gic_eoimode1_eoi_irq(struct irq_data *d)
 {
 	/*
 	 * No need to deactivate an LPI, or an interrupt that
-	 * is is getting forwarded to a vcpu.
+	 * is getting forwarded to a vcpu.
 	 */
 	if (irqd_to_hwirq(d) >= 8192 || irqd_is_forwarded_to_vcpu(d))
 		return;

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

* [tip: irq/drivers] irqchip: Fix typos and repeated words in comments
  2026-09-07  6:56 [PATCH 10/14] irqchip: fix repeated words in comments Hemanth Selam
@ 2026-09-07 19:51 ` tip-bot2 for Hemanth Selam
  2026-09-13 18:35 ` [PATCH 10/14] irqchip: fix " Radu Rendec
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Hemanth Selam @ 2026-09-07 19:51 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Hemanth Selam, Thomas Gleixner, x86, linux-kernel

The following commit has been merged into the irq/drivers branch of tip:

Commit-ID:     726285316f8fd8965d360ea6546da9b2677e7c7c
Gitweb:        https://git.kernel.org/tip/726285316f8fd8965d360ea6546da9b2677e7c7c
Author:        Hemanth Selam <hemanth.selam@gmail.com>
AuthorDate:    Mon, 07 Sep 2026 12:23:28 +05:30
Committer:     Thomas Gleixner <tglx@kernel.org>
CommitterDate: Mon, 07 Sep 2026 21:47:51 +02:00

irqchip: Fix typos and repeated words in comments

Fix typos and repeated words in comments as reported by
scripts/checkpatch.pl.

[ tglx: Fold the two trivial patches ]

Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Assisted-by: Cursor:claude-opus-5
Link: https://patch.msgid.link/20260907065328.32009-1-hemanth.selam@gmail.com
Link: https://patch.msgid.link/20260907065659.12034-1-hemanth.selam@gmail.com
---
 drivers/irqchip/irq-al-fic.c      | 2 +-
 drivers/irqchip/irq-gic-v3.c      | 2 +-
 drivers/irqchip/irq-mtk-cirq.c    | 2 +-
 drivers/irqchip/irq-sifive-plic.c | 2 +-
 drivers/irqchip/irq-vic.c         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/irqchip/irq-al-fic.c b/drivers/irqchip/irq-al-fic.c
index d10ac9b..760317d 100644
--- a/drivers/irqchip/irq-al-fic.c
+++ b/drivers/irqchip/irq-al-fic.c
@@ -180,7 +180,7 @@ err_domain_remove:
  * @name: name of the fic
  * @parent_irq: interrupt of parent
  *
- * This API will configure the fic hardware to to work in wire mode.
+ * This API will configure the fic hardware to work in wire mode.
  * In wire mode, fic hardware is generating a wire ("wired") interrupt.
  * Interrupt can be generated based on positive edge or level - configuration is
  * to be determined based on connected hardware to this fic.
diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c
index b0fca8f..19a15c2 100644
--- a/drivers/irqchip/irq-gic-v3.c
+++ b/drivers/irqchip/irq-gic-v3.c
@@ -687,7 +687,7 @@ static void gic_eoimode1_eoi_irq(struct irq_data *d)
 {
 	/*
 	 * No need to deactivate an LPI, or an interrupt that
-	 * is is getting forwarded to a vcpu.
+	 * is getting forwarded to a vcpu.
 	 */
 	if (irqd_to_hwirq(d) >= 8192 || irqd_is_forwarded_to_vcpu(d))
 		return;
diff --git a/drivers/irqchip/irq-mtk-cirq.c b/drivers/irqchip/irq-mtk-cirq.c
index 914d1d6..d30c34c 100644
--- a/drivers/irqchip/irq-mtk-cirq.c
+++ b/drivers/irqchip/irq-mtk-cirq.c
@@ -247,7 +247,7 @@ static int mtk_cirq_suspend(void *data)
 		writel_relaxed(mask, reg);
 	}
 
-	/* set edge_only mode, record edge-triggerd interrupts */
+	/* set edge_only mode, record edge-triggered interrupts */
 	/* enable cirq */
 	reg = mtk_cirq_reg(cirq_data, CIRQ_CONTROL);
 	value = readl_relaxed(reg);
diff --git a/drivers/irqchip/irq-sifive-plic.c b/drivers/irqchip/irq-sifive-plic.c
index 5b0dac1..a7cddad 100644
--- a/drivers/irqchip/irq-sifive-plic.c
+++ b/drivers/irqchip/irq-sifive-plic.c
@@ -452,7 +452,7 @@ static irq_hw_number_t cp100_get_hwirq(struct plic_handler *handler, void __iome
 		return 0;
 
 	/*
-	 * Interrupts delievered to hardware still become pending, but only
+	 * Interrupts delivered to hardware still become pending, but only
 	 * interrupts that are both pending and enabled can be claimed.
 	 * Clearing the enable bit for all interrupts but the first pending
 	 * one avoids a hardware bug that occurs during read from the claim
diff --git a/drivers/irqchip/irq-vic.c b/drivers/irqchip/irq-vic.c
index e38104c..607e328 100644
--- a/drivers/irqchip/irq-vic.c
+++ b/drivers/irqchip/irq-vic.c
@@ -478,7 +478,7 @@ static void __init __vic_init(void __iomem *base, int parent_irq, int irq_start,
 /**
  * vic_init() - initialise a vectored interrupt controller
  * @base: iomem base address
- * @irq_start: starting interrupt number, must be muliple of 32
+ * @irq_start: starting interrupt number, must be multiple of 32
  * @vic_sources: bitmask of interrupt sources to allow
  * @resume_sources: bitmask of interrupt sources to allow for resume
  */

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

* Re: [PATCH 10/14] irqchip: fix repeated words in comments
  2026-09-07  6:56 [PATCH 10/14] irqchip: fix repeated words in comments Hemanth Selam
  2026-09-07 19:51 ` [tip: irq/drivers] irqchip: Fix typos and " tip-bot2 for Hemanth Selam
@ 2026-09-13 18:35 ` Radu Rendec
  1 sibling, 0 replies; 3+ messages in thread
From: Radu Rendec @ 2026-09-13 18:35 UTC (permalink / raw)
  To: Hemanth Selam, Talel Shenhar, Thomas Gleixner, Marc Zyngier
  Cc: linux-kernel, linux-arm-kernel

On Mon, 2026-09-07 at 12:26 +0530, Hemanth Selam wrote:
> Drop words accidentally written twice, reported by checkpatch.pl as a
> possible repeated word.  Only touches comments, no code changes.
> 
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
> ---
>  drivers/irqchip/irq-al-fic.c | 2 +-
>  drivers/irqchip/irq-gic-v3.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Same comment as before, for patch 02/14. I think this should be split
into two patches in the same series.

Applying many patches is easy/cheap. Dealing with merge conflicts
across different drivers when backporting patches, not so much.

> 
> diff --git a/drivers/irqchip/irq-al-fic.c b/drivers/irqchip/irq-al-fic.c
> index d10ac9b63c99..760317db9dba 100644
> --- a/drivers/irqchip/irq-al-fic.c
> +++ b/drivers/irqchip/irq-al-fic.c
> @@ -180,7 +180,7 @@ static int al_fic_register(struct device_node *node,
>   * @name: name of the fic
>   * @parent_irq: interrupt of parent
>   *
> - * This API will configure the fic hardware to to work in wire mode.
> + * This API will configure the fic hardware to work in wire mode.
>   * In wire mode, fic hardware is generating a wire ("wired") interrupt.
>   * Interrupt can be generated based on positive edge or level - configuration is
>   * to be determined based on connected hardware to this fic.
> diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c
> index 6e1fa5b247fc..69ca208eeee6 100644
> --- a/drivers/irqchip/irq-gic-v3.c
> +++ b/drivers/irqchip/irq-gic-v3.c
> @@ -687,7 +687,7 @@ static void gic_eoimode1_eoi_irq(struct irq_data *d)
>  {
>  	/*
>  	 * No need to deactivate an LPI, or an interrupt that
> -	 * is is getting forwarded to a vcpu.
> +	 * is getting forwarded to a vcpu.
>  	 */
>  	if (irqd_to_hwirq(d) >= 8192 || irqd_is_forwarded_to_vcpu(d))
>  		return;

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

end of thread, other threads:[~2026-09-13 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07  6:56 [PATCH 10/14] irqchip: fix repeated words in comments Hemanth Selam
2026-09-07 19:51 ` [tip: irq/drivers] irqchip: Fix typos and " tip-bot2 for Hemanth Selam
2026-09-13 18:35 ` [PATCH 10/14] irqchip: fix " Radu Rendec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®