ethernet: Fix typo in lantiq_etop.c
Correct spelling "platfom" to "platform" in drivers/net/ethernet/lantiq_etop.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
56ad315250
Коммит
772301b618
|
@ -803,7 +803,7 @@ init_ltq_etop(void)
|
|||
int ret = platform_driver_probe(<q_mii_driver, ltq_etop_probe);
|
||||
|
||||
if (ret)
|
||||
pr_err("ltq_etop: Error registering platfom driver!");
|
||||
pr_err("ltq_etop: Error registering platform driver!");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче