summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-04 17:29:16 +0530
committerJakub Kicinski <kuba@kernel.org>2026-09-07 17:58:47 -0700
commitfde5a8bc4cc72cc83ec8bca5ffd58dbb7eabe5d0 (patch)
tree96d65f75d31ef58dd26f066f606b71492a6936ca
parent4e2554eab15a6ef6030008a411c3208e9cc54a1a (diff)
downloadlinux-next-fde5a8bc4cc72cc83ec8bca5ffd58dbb7eabe5d0.tar.gz
linux-next-fde5a8bc4cc72cc83ec8bca5ffd58dbb7eabe5d0.zip
net: cortina: fix typo "trigged" in comment
Correct "trigged" to "triggered", reported by scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt. Only touches comments, no code changes. Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Link: https://patch.msgid.link/20260904115917.13695-1-hemanth.selam@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--drivers/net/ethernet/cortina/gemini.h2
1 files changed, 1 insertions, 1 deletions
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;