From: Colin King Date: Tue, 15 Nov 2016 14:52:17 +0000 (-0600) Subject: ARM: socfpga: fix spelling mistake in error message X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ed72af3a8ccf9b29ccb575d39fb997e5f12b03f8;p=linux-beck.git 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 --- 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 */