Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[platform/kernel/linux-exynos.git] / drivers / net / ethernet / freescale / fec_main.c
index a92bf94..56a563f 100644 (file)
@@ -2002,7 +2002,7 @@ static int fec_enet_mii_init(struct platform_device *pdev)
                mii_speed--;
        if (mii_speed > 63) {
                dev_err(&pdev->dev,
-                       "fec clock (%lu) to fast to get right mii speed\n",
+                       "fec clock (%lu) too fast to get right mii speed\n",
                        clk_get_rate(fep->clk_ipg));
                err = -EINVAL;
                goto err_out;
@@ -2948,7 +2948,7 @@ static void set_multicast_list(struct net_device *ndev)
                }
 
                /* only upper 6 bits (FEC_HASH_BITS) are used
-                * which point to specific bit in he hash registers
+                * which point to specific bit in the hash registers
                 */
                hash = (crc >> (32 - FEC_HASH_BITS)) & 0x3f;