All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment
@ 2026-07-09 15:12 Lorenzo Pieralisi
  2026-07-10  7:36 ` [tip: irq/drivers] irqchip/gic-v5/iwb: " tip-bot2 for Lorenzo Pieralisi
  2026-07-13 15:22 ` [PATCH] irqchip/gic-v5: iwb: " Marc Zyngier
  0 siblings, 2 replies; 3+ messages in thread
From: Lorenzo Pieralisi @ 2026-07-09 15:12 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel; +Cc: Thomas Gleixner, Marc Zyngier

Remove a stray verb ('be') that is out of context in a comment in the IWB
driver.

Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: Thomas Gleixner <tglx@kernel.org>
Cc: Marc Zyngier <maz@kernel.org>
---
 drivers/irqchip/irq-gic-v5-iwb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-gic-v5-iwb.c b/drivers/irqchip/irq-gic-v5-iwb.c
index 9103feb70ce8..87f10212f283 100644
--- a/drivers/irqchip/irq-gic-v5-iwb.c
+++ b/drivers/irqchip/irq-gic-v5-iwb.c
@@ -143,7 +143,7 @@ static int gicv5_iwb_irq_domain_translate(struct irq_domain *d, struct irq_fwspe
 			return -EINVAL;
 
 		/*
-		 * param[0] is be the wire
+		 * param[0] is the wire
 		 * param[1] is the interrupt type
 		 */
 		*hwirq = fwspec->param[0];
-- 
2.54.0


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

* [tip: irq/drivers] irqchip/gic-v5/iwb: Fix stray verb in comment
  2026-07-09 15:12 [PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment Lorenzo Pieralisi
@ 2026-07-10  7:36 ` tip-bot2 for Lorenzo Pieralisi
  2026-07-13 15:22 ` [PATCH] irqchip/gic-v5: iwb: " Marc Zyngier
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Lorenzo Pieralisi @ 2026-07-10  7:36 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Lorenzo Pieralisi, Thomas Gleixner, x86, linux-kernel

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

Commit-ID:     d1c2827590696cdb0d580502443e2f5d8ae6e0ea
Gitweb:        https://git.kernel.org/tip/d1c2827590696cdb0d580502443e2f5d8ae6e0ea
Author:        Lorenzo Pieralisi <lpieralisi@kernel.org>
AuthorDate:    Thu, 09 Jul 2026 17:12:08 +02:00
Committer:     Thomas Gleixner <tglx@kernel.org>
CommitterDate: Fri, 10 Jul 2026 09:31:47 +02:00

irqchip/gic-v5/iwb: Fix stray verb in comment

Remove a stray verb ('be') that is out of context in a comment in the IWB
driver.

Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260709151208.1168456-1-lpieralisi@kernel.org
---
 drivers/irqchip/irq-gic-v5-iwb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-gic-v5-iwb.c b/drivers/irqchip/irq-gic-v5-iwb.c
index 9103feb..87f1021 100644
--- a/drivers/irqchip/irq-gic-v5-iwb.c
+++ b/drivers/irqchip/irq-gic-v5-iwb.c
@@ -143,7 +143,7 @@ static int gicv5_iwb_irq_domain_translate(struct irq_domain *d, struct irq_fwspe
 			return -EINVAL;
 
 		/*
-		 * param[0] is be the wire
+		 * param[0] is the wire
 		 * param[1] is the interrupt type
 		 */
 		*hwirq = fwspec->param[0];

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

* Re: [PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment
  2026-07-09 15:12 [PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment Lorenzo Pieralisi
  2026-07-10  7:36 ` [tip: irq/drivers] irqchip/gic-v5/iwb: " tip-bot2 for Lorenzo Pieralisi
@ 2026-07-13 15:22 ` Marc Zyngier
  1 sibling, 0 replies; 3+ messages in thread
From: Marc Zyngier @ 2026-07-13 15:22 UTC (permalink / raw)
  To: Lorenzo Pieralisi; +Cc: linux-kernel, linux-arm-kernel, Thomas Gleixner

On Thu, 09 Jul 2026 16:12:08 +0100,
Lorenzo Pieralisi <lpieralisi@kernel.org> wrote:
> 
> Remove a stray verb ('be') that is out of context in a comment in the IWB
> driver.

If you're fixing random comments, I'd suggest fixing them for real...

> 
> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
> Cc: Thomas Gleixner <tglx@kernel.org>
> Cc: Marc Zyngier <maz@kernel.org>
> ---
>  drivers/irqchip/irq-gic-v5-iwb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/irqchip/irq-gic-v5-iwb.c b/drivers/irqchip/irq-gic-v5-iwb.c
> index 9103feb70ce8..87f10212f283 100644
> --- a/drivers/irqchip/irq-gic-v5-iwb.c
> +++ b/drivers/irqchip/irq-gic-v5-iwb.c
> @@ -143,7 +143,7 @@ static int gicv5_iwb_irq_domain_translate(struct irq_domain *d, struct irq_fwspe
>  			return -EINVAL;
>  
>  		/*
> -		 * param[0] is be the wire
> +		 * param[0] is the wire

param[0] is not a wire. It is a wire *number*.

Thanks,

	M.

-- 
Jazz isn't dead. It just smells funny.


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

end of thread, other threads:[~2026-07-13 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 15:12 [PATCH] irqchip/gic-v5: iwb: Fix stray verb in comment Lorenzo Pieralisi
2026-07-10  7:36 ` [tip: irq/drivers] irqchip/gic-v5/iwb: " tip-bot2 for Lorenzo Pieralisi
2026-07-13 15:22 ` [PATCH] irqchip/gic-v5: iwb: " Marc Zyngier

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.