* [PATCH] mailbox: fix repeated word in log message
@ 2026-09-04 12:12 Hemanth Selam
2026-09-07 4:16 ` Viresh Kumar
0 siblings, 1 reply; 2+ messages in thread
From: Hemanth Selam @ 2026-09-04 12:12 UTC (permalink / raw)
To: Viresh Kumar, Tushar Khandelwal, Jassi Brar; +Cc: linux-kernel
Drop the word written twice, reported by checkpatch.pl as a possible
repeated word.
Only the message text changes, no code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
drivers/mailbox/arm_mhuv2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mailbox/arm_mhuv2.c b/drivers/mailbox/arm_mhuv2.c
index d4077cd49360..94e25678f0af 100644
--- a/drivers/mailbox/arm_mhuv2.c
+++ b/drivers/mailbox/arm_mhuv2.c
@@ -610,7 +610,7 @@ static irqreturn_t mhuv2_sender_interrupt(int irq, void *data)
* iteration if the interrupt came right after we cleared it but
* before we read the stat register.
*/
- dev_dbg(dev, "Couldn't find the doorbell (%u) for the Tx interrupt interrupt\n",
+ dev_dbg(dev, "Couldn't find the doorbell (%u) for the Tx interrupt\n",
priv->ch_wn_idx);
return IRQ_NONE;
}
--
2.48.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mailbox: fix repeated word in log message
2026-09-04 12:12 [PATCH] mailbox: fix repeated word in log message Hemanth Selam
@ 2026-09-07 4:16 ` Viresh Kumar
0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2026-09-07 4:16 UTC (permalink / raw)
To: Hemanth Selam; +Cc: Tushar Khandelwal, Jassi Brar, linux-kernel
On 04-09-26, 17:42, Hemanth Selam wrote:
> Drop the word written twice, reported by checkpatch.pl as a possible
> repeated word.
>
> Only the message text changes, no code changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
> ---
> drivers/mailbox/arm_mhuv2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mailbox/arm_mhuv2.c b/drivers/mailbox/arm_mhuv2.c
> index d4077cd49360..94e25678f0af 100644
> --- a/drivers/mailbox/arm_mhuv2.c
> +++ b/drivers/mailbox/arm_mhuv2.c
> @@ -610,7 +610,7 @@ static irqreturn_t mhuv2_sender_interrupt(int irq, void *data)
> * iteration if the interrupt came right after we cleared it but
> * before we read the stat register.
> */
> - dev_dbg(dev, "Couldn't find the doorbell (%u) for the Tx interrupt interrupt\n",
> + dev_dbg(dev, "Couldn't find the doorbell (%u) for the Tx interrupt\n",
> priv->ch_wn_idx);
> return IRQ_NONE;
> }
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-07 4:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 12:12 [PATCH] mailbox: fix repeated word in log message Hemanth Selam
2026-09-07 4:16 ` Viresh Kumar
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®