treewide: fix errors in printk
This patch fix spelling typo in printk. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> 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
307b28b95c
commit
1a84db567a
@@ -221,7 +221,7 @@ void __init ltq_soc_init(void)
|
||||
(request_mem_region(res_sys[2].start,
|
||||
resource_size(&res_sys[2]),
|
||||
res_sys[2].name) < 0))
|
||||
pr_err("Failed to request core reources");
|
||||
pr_err("Failed to request core resources");
|
||||
|
||||
status_membase = ioremap_nocache(res_status.start,
|
||||
resource_size(&res_status));
|
||||
|
Reference in New Issue
Block a user