diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 13:10:57 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-22 20:44:29 +0100 |
commit | 3f660c1820f7aae10f841ac05aa6f804566ca2cb (patch) | |
tree | 925784c624216b6a2dd6a9f251f0f8cd5b1bb2e5 | |
parent | cc4e7fa549cb69c18bc2ba7209df373ca06749e3 (diff) |
cirrus: cs89x0: fix typo in comment
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/cirrus/cs89x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/cirrus/cs89x0.c b/drivers/net/ethernet/cirrus/cs89x0.c index 4a97aa8e1387..06a0c00af99c 100644 --- a/drivers/net/ethernet/cirrus/cs89x0.c +++ b/drivers/net/ethernet/cirrus/cs89x0.c @@ -985,7 +985,7 @@ release_irq: if (result == DETECTED_NONE) { pr_warn("%s: 10Base-5 (AUI) has no cable\n", dev->name); if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ - result = DETECTED_AUI; /* Yes! I don't care if I see a carrrier */ + result = DETECTED_AUI; /* Yes! I don't care if I see a carrier */ } break; case A_CNF_MEDIA_10B_2: |