]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ethernet: Fix typo in lantiq_etop.c
authorMasanari Iida <standby24x7@gmail.com>
Thu, 16 Feb 2012 03:25:19 +0000 (03:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2012 00:02:42 +0000 (19:02 -0500)
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>
drivers/net/ethernet/lantiq_etop.c

index e89808ff73eddcd0ff1a4f6946a1f6eff1b8dfd2..5dc9cbd5151417737c1779df53f102045da92595 100644 (file)
@@ -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;
 }