* [PATCH] [trivial] ethernet: Fix typo in lantiq_etop.c
@ 2012-02-16 13:25 Masanari Iida
2012-02-20 0:05 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-16 13:25 UTC (permalink / raw)
To: netdev, davem; +Cc: trivial, linux-kernel, standby24x7
Correct spelling "platfom" to "platform" in
drivers/net/ethernet/lantiq_etop.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
drivers/net/ethernet/lantiq_etop.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ethernet/lantiq_etop.c b/drivers/net/ethernet/lantiq_etop.c
index 85e2c6c..24d67c2 100644
--- a/drivers/net/ethernet/lantiq_etop.c
+++ b/drivers/net/ethernet/lantiq_etop.c
@@ -792,7 +792,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;
}
--
1.7.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-20 0:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 13:25 [PATCH] [trivial] ethernet: Fix typo in lantiq_etop.c Masanari Iida
2012-02-20 0:05 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).