mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 09:13:55 +08:00
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:
parent
56ad315250
commit
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user