* [PATCH] net: cortina: fix typo "trigged" in comment
@ 2026-09-04 11:59 Hemanth Selam
2026-09-04 22:35 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Hemanth Selam @ 2026-09-04 11:59 UTC (permalink / raw)
To: Hans Ulli Kroll, Linus Walleij, Andrew Lunn, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: linux-kernel, linux-arm-kernel, netdev
Correct "trigged" to "triggered", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt. Only touches comments, no
code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
drivers/net/ethernet/cortina/gemini.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/cortina/gemini.h b/drivers/net/ethernet/cortina/gemini.h
index 24bb989981f2..d359c633c5de 100644
--- a/drivers/net/ethernet/cortina/gemini.h
+++ b/drivers/net/ethernet/cortina/gemini.h
@@ -726,7 +726,7 @@ union gmac_config0 {
unsigned int dis_rx:1;
/* 2: transmit data loopback enable */
unsigned int loop_back:1;
- /* 3: flow control also trigged by Rx queues */
+ /* 3: flow control also triggered by Rx queues */
unsigned int flow_ctrl:1;
/* 4-7: adjust IFG from 96+/-56 */
unsigned int adj_ifg:4;
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] net: cortina: fix typo "trigged" in comment
2026-09-04 11:59 [PATCH] net: cortina: fix typo "trigged" in comment Hemanth Selam
@ 2026-09-04 22:35 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2026-09-04 22:35 UTC (permalink / raw)
To: Hemanth Selam
Cc: Hans Ulli Kroll, Andrew Lunn, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, linux-kernel, linux-arm-kernel,
netdev
On Fri, Sep 4, 2026 at 1:59 PM Hemanth Selam <hemanth.selam@gmail.com> wrote:
> Correct "trigged" to "triggered", reported by scripts/checkpatch.pl using
> the misspelling list in scripts/spelling.txt. Only touches comments, no
> code changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-04 22:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04 11:59 [PATCH] net: cortina: fix typo "trigged" in comment Hemanth Selam
2026-09-04 22:35 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox