treewide: fix typo in printk and Kconfig
This patch fix spelling typo in printk and Kconfig within various part of kernel sources. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
cbd2551628
commit
6774def642
@@ -708,7 +708,7 @@ static int __init octeon_pci_setup(void)
|
||||
|
||||
if (IS_ERR(platform_device_register_simple("octeon_pci_edac",
|
||||
-1, NULL, 0)))
|
||||
pr_err("Registation of co_pci_edac failed!\n");
|
||||
pr_err("Registration of co_pci_edac failed!\n");
|
||||
|
||||
octeon_pci_dma_init();
|
||||
|
||||
|
Reference in New Issue
Block a user