Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1513618
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] arch: blackfin: fix spelling mistake |
| Date | 2016-11-02 03:10 +0100 |
| Message-ID | <syTa1-8q9-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake "parition" to "partition"
in pr_info message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
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 ad82468..0950911 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.9.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] arch: blackfin: fix spelling mistake Colin King <colin.king@canonical.com> - 2016-11-02 03:10 +0100
csiph-web