Merge remote-tracking branch 'lightnvm/for-next'
[deliverable/linux.git] / drivers / net / ethernet / freescale / ucc_geth.c
index 5bf1ade2831577741004cf2a1ef3c3ab423c6c55..186ef8f16c802c5b076c41f1568ef582051cb103 100644 (file)
@@ -3756,7 +3756,7 @@ static int ucc_geth_probe(struct platform_device* ofdev)
                        return -EINVAL;
                }
                if ((*prop < QE_CLK_NONE) || (*prop > QE_CLK24)) {
-                       pr_err("invalid rx-clock propperty\n");
+                       pr_err("invalid rx-clock property\n");
                        return -EINVAL;
                }
                ug_info->uf_info.rx_clock = *prop;
This page took 0.024332 seconds and 5 git commands to generate.