Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
David S. Miller
3f660c18 cc4e7fa5

+1 -1
+1 -1
drivers/net/ethernet/cirrus/cs89x0.c
··· 985 985 if (result == DETECTED_NONE) { 986 986 pr_warn("%s: 10Base-5 (AUI) has no cable\n", dev->name); 987 987 if (lp->auto_neg_cnf & IMM_BIT) /* check "ignore missing media" bit */ 988 - result = DETECTED_AUI; /* Yes! I don't care if I see a carrrier */ 988 + result = DETECTED_AUI; /* Yes! I don't care if I see a carrier */ 989 989 } 990 990 break; 991 991 case A_CNF_MEDIA_10B_2: