[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1329398719-1810-1-git-send-email-standby24x7@gmail.com>
Date: Thu, 16 Feb 2012 22:25:19 +0900
From: Masanari Iida <standby24x7@...il.com>
To: netdev@...r.kernel.org, davem@...emloft.net
Cc: trivial@...nel.org, linux-kernel@...r.kernel.org,
standby24x7@...il.com
Subject: [PATCH] [trivial] 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@...il.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists