diff mbox

[trivial] ethernet: Fix typo in lantiq_etop.c

Message ID 1329398719-1810-1-git-send-email-standby24x7@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Masanari Iida Feb. 16, 2012, 1:25 p.m. UTC
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(-)

Comments

David Miller Feb. 20, 2012, 12:05 a.m. UTC | #1
From: Masanari Iida <standby24x7@gmail.com>
Date: Thu, 16 Feb 2012 22:25:19 +0900

> Correct spelling "platfom" to "platform" in
> drivers/net/ethernet/lantiq_etop.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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(&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;
 }