From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in pr_info message

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

diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c
index ad82468bd94d..0950911a5a4d 100644
--- a/arch/blackfin/kernel/setup.c
+++ b/arch/blackfin/kernel/setup.c
@@ -637,7 +637,7 @@ static __init void memory_setup(void)
                /* Relocate MTD image to the top of memory after the uncached 
memory area */
                uclinux_ram_map.phys = memory_mtd_start = memory_end;
                uclinux_ram_map.size = mtd_size;
-               pr_info("Found mtd parition at 0x%p, (len=0x%lx), moving to 
0x%p\n",
+               pr_info("Found mtd partition at 0x%p, (len=0x%lx), moving to 
0x%p\n",
                        _end, mtd_size, (void *)memory_mtd_start);
                dma_memcpy((void *)uclinux_ram_map.phys, _end, 
uclinux_ram_map.size);
        }
-- 
2.11.0

Reply via email to