aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-04-23 16:10:17 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2019-04-28 16:28:23 +1000
commitf341d89790b0b7f99ca7835e0cf7de1026ceae39 (patch)
treeff6d0b81fbfcb82671d097475017f18bace0171e /arch/powerpc/mm/hash_utils_64.c
parentpowerpc/mm: Fix section mismatch warning (diff)
downloadlinux-dev-f341d89790b0b7f99ca7835e0cf7de1026ceae39.tar.xz
linux-dev-f341d89790b0b7f99ca7835e0cf7de1026ceae39.zip
powerpc/mm: fix spelling mistake "Outisde" -> "Outside"
There are several identical spelling mistakes in warning messages, fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/mm/hash_utils_64.c')
-rw-r--r--arch/powerpc/mm/hash_utils_64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c
index f727197de713..6eb89643ce58 100644
--- a/arch/powerpc/mm/hash_utils_64.c
+++ b/arch/powerpc/mm/hash_utils_64.c
@@ -784,7 +784,7 @@ int hash__create_section_mapping(unsigned long start, unsigned long end, int nid
int rc;
if (end >= H_VMALLOC_START) {
- pr_warn("Outisde the supported range\n");
+ pr_warn("Outside the supported range\n");
return -1;
}
@@ -932,7 +932,7 @@ static void __init htab_initialize(void)
base, size, prot);
if ((base + size) >= H_VMALLOC_START) {
- pr_warn("Outisde the supported range\n");
+ pr_warn("Outside the supported range\n");
continue;
}