aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-06-29 20:37:56 +0800
committerJakub Kicinski <kuba@kernel.org>2022-06-30 20:01:55 -0700
commit4c2d6acd765f380adcd296fe0a166b40e4b66a61 (patch)
tree0748ef662ad93ce96b2e0c5762b827c10a8cd748
parentatheros/atl1e:fix repeated words in comments (diff)
downloadlinux-dev-4c2d6acd765f380adcd296fe0a166b40e4b66a61.tar.xz
linux-dev-4c2d6acd765f380adcd296fe0a166b40e4b66a61.zip
ethernet/emulex:fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220629123756.48860-1-yuanjilin@cdjrlc.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--drivers/net/ethernet/emulex/benet/be_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/net/ethernet/emulex/benet/be_main.c
index cd4e243da5fa..41acd18a3fd2 100644
--- a/drivers/net/ethernet/emulex/benet/be_main.c
+++ b/drivers/net/ethernet/emulex/benet/be_main.c
@@ -3178,7 +3178,7 @@ static irqreturn_t be_intx(int irq, void *dev)
}
be_eq_notify(adapter, eqo->q.id, false, true, num_evts, 0);
- /* Return IRQ_HANDLED only for the the first spurious intr
+ /* Return IRQ_HANDLED only for the first spurious intr
* after a valid intr to stop the kernel from branding
* this irq as a bad one!
*/