mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 12:44:14 +08:00
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>
This commit is contained in:
parent
cc4e7fa549
commit
3f660c1820
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user