2016-11-14 23:04:12

by Colin King

[permalink] [raw]
Subject: [PATCH] ARM: socfpga: fix spelling mistake in error message

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake "Mananger" to "Manager"
in error message

Signed-off-by: Colin Ian King <[email protected]>
---
arch/arm/mach-socfpga/l2_cache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-socfpga/l2_cache.c b/arch/arm/mach-socfpga/l2_cache.c
index 4267c95f..bb359d7 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 */
--
2.10.2


2016-11-14 23:53:00

by Dinh Nguyen

[permalink] [raw]
Subject: Re: [PATCH] ARM: socfpga: fix spelling mistake in error message

On Mon, Nov 14, 2016 at 5:04 PM, Colin King <[email protected]> wrote:
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake "Mananger" to "Manager"
> in error message
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> arch/arm/mach-socfpga/l2_cache.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied!

Thanks,
DInh