Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 772301b6 authored by Masanari Iida's avatar Masanari Iida Committed by David S. Miller
Browse files

ethernet: Fix typo in lantiq_etop.c



Correct spelling "platfom" to "platform" in
drivers/net/ethernet/lantiq_etop.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 56ad3152
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -803,7 +803,7 @@ init_ltq_etop(void)
	int ret = platform_driver_probe(&ltq_mii_driver, ltq_etop_probe);
	int ret = platform_driver_probe(&ltq_mii_driver, ltq_etop_probe);


	if (ret)
	if (ret)
		pr_err("ltq_etop: Error registering platfom driver!");
		pr_err("ltq_etop: Error registering platform driver!");
	return ret;
	return ret;
}
}