diff options
| author | Masanari Iida <[email protected]> | 2014-08-29 14:37:33 +0000 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2014-09-01 09:18:25 +0000 |
| commit | 1a84db567aeeb232daad598c7aa2334dda0176b7 (patch) | |
| tree | 5123df91574e49c60e14fc9519b540cd58a82167 /arch/mips/lantiq/falcon/sysctrl.c | |
| parent | genirq: fix reference in devm_request_threaded_irq comment (diff) | |
| download | kernel-1a84db567aeeb232daad598c7aa2334dda0176b7.tar.gz kernel-1a84db567aeeb232daad598c7aa2334dda0176b7.zip | |
treewide: fix errors in printk
This patch fix spelling typo in printk.
Signed-off-by: Masanari Iida <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'arch/mips/lantiq/falcon/sysctrl.c')
| -rw-r--r-- | arch/mips/lantiq/falcon/sysctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/falcon/sysctrl.c b/arch/mips/lantiq/falcon/sysctrl.c index 8f1866d8124d..468ffa043607 100644 --- a/arch/mips/lantiq/falcon/sysctrl.c +++ b/arch/mips/lantiq/falcon/sysctrl.c @@ -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)); |
