Skip to content

Commit

Permalink
ethernet: Fix typo in lantiq_etop.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and David S. Miller committed Feb 20, 2012
1 parent 56ad315 commit 772301b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/lantiq_etop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 772301b

Please sign in to comment.