projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001354
)
ARM: socfpga: fix spelling mistake in error message
author
Colin King
<colin.king@canonical.com>
Tue, 15 Nov 2016 14:52:17 +0000
(08:52 -0600)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Tue, 15 Nov 2016 14:52:17 +0000
(08:52 -0600)
Trivial fix to spelling mistake "Mananger" to "Manager"
in error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/mach-socfpga/l2_cache.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/l2_cache.c
b/arch/arm/mach-socfpga/l2_cache.c
index
4267c95
..
bb359d7
100644
(file)
--- a/
arch/arm/mach-socfpga/l2_cache.c
+++ b/
arch/arm/mach-socfpga/l2_cache.c
@@
-74,7
+74,7
@@
void socfpga_init_arria10_l2_ecc(void)
}
if (!sys_manager_base_addr) {
- pr_err("System Mana
n
ger not mapped for L2 ECC\n");
+ pr_err("System Manager not mapped for L2 ECC\n");
goto exit;
}
/* Clear any pending IRQs */