aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-16 03:25:19 +0000
committerDavid S. Miller <davem@davemloft.net>2012-02-19 19:02:42 -0500
commit772301b6187a88359b9514bdd023becf31e7f013 (patch)
tree87bc24b14e984c2b79c2fc55544f42df71a1e281 /drivers
parentbnx2x: make bnx2x_close() static again (diff)
downloadlinux-dev-772301b6187a88359b9514bdd023becf31e7f013.tar.xz
linux-dev-772301b6187a88359b9514bdd023becf31e7f013.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/lantiq_etop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/lantiq_etop.c b/drivers/net/ethernet/lantiq_etop.c
index e89808ff73ed..5dc9cbd51514 100644
--- a/drivers/net/ethernet/lantiq_etop.c
+++ b/drivers/net/ethernet/lantiq_etop.c
@@ -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;
}