On Tue, Nov 4, 2014 at 5:56 PM, Masanari Iida <[email protected]> wrote: > This patch fix spelling typo in printk and Kconfig within > various part of kernel sources. > > Signed-off-by: Masanari Iida <[email protected]> > @@ -1103,7 +1103,7 @@ static int __init edac_devinit(void) > dev = platform_device_register_simple("octeon_lmc_edac", > i, NULL, 0); > if (IS_ERR(dev)) { > - pr_err("Registation of octeon_lmc_edac %d failed!\n", > i); > + pr_err("Regisrtation of octeon_lmc_edac %d > failed!\n", i);
spell checking of your own patches would help too... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

