From ed72af3a8ccf9b29ccb575d39fb997e5f12b03f8 Mon Sep 17 00:00:00 2001 From: Colin King Date: Tue, 15 Nov 2016 08:52:17 -0600 Subject: ARM: socfpga: fix spelling mistake in error message Trivial fix to spelling mistake "Mananger" to "Manager" in error message Signed-off-by: Colin Ian King Signed-off-by: Dinh Nguyen --- arch/arm/mach-socfpga/l2_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-socfpga/l2_cache.c b/arch/arm/mach-socfpga/l2_cache.c index 4267c95f2158..bb359d727b34 100644 --- 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 Mananger not mapped for L2 ECC\n"); + pr_err("System Manager not mapped for L2 ECC\n"); goto exit; } /* Clear any pending IRQs */ -- cgit v1.2.3