Re: [PATCH] [trivial] treewide: Fix typo in printk and Kconfig

From: Alexei Starovoitov
Date: Tue Nov 04 2014 - 21:36:11 EST


On Tue, Nov 4, 2014 at 5:56 PM, Masanari Iida <standby24x7@xxxxxxxxx> wrote:
> This patch fix spelling typo in printk and Kconfig within
> various part of kernel sources.
>
> Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
> @@ -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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/