mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Run codespell -w with the latest dictonary again
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
55a7dfc9a7
commit
cde88cabcc
@@ -1584,7 +1584,7 @@ int lan91c111_initialize(uintptr_t base, int irq)
|
||||
|
||||
if ((macrev >> 4 & 0x0f) != CHIP_91111FD || phyid != PHY_LAN83C183)
|
||||
{
|
||||
nerr("ERROR: Unsupport LAN91C111's MAC/PHY\n");
|
||||
nerr("ERROR: Unsupported LAN91C111's MAC/PHY\n");
|
||||
ret = -ENODEV;
|
||||
goto err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user