dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Masanari Iida 2012-02-16 03:25:19 +00:00 committed by David S. Miller
parent 56ad315250
commit 772301b618
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ init_ltq_etop(void)
int ret = platform_driver_probe(&ltq_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;
}