powerpc/mm: Fix typo in IS_ENABLED()
authorJoe Perches <joe@perches.com>
Fri, 5 Jun 2020 14:18:06 +0000 (07:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Aug 2020 06:23:46 +0000 (08:23 +0200)
commit89c78fb116d778b036211b77698976c3df822e64
treeef327024da4d907b1fabf21fce8493ee396eaf22
parentbaf740b0ef9b7811d1f0a5dea26dc0e9d1e41727
powerpc/mm: Fix typo in IS_ENABLED()

[ Upstream commit 55bd9ac468397c4f12a33b7ec714b5d0362c3aa2 ]

IS_ENABLED() matches names exactly, so the missing "CONFIG_" prefix
means this code would never be built.

Also fixes a missing newline in pr_warn().

Fixes: 970d54f99cea ("powerpc/book3s64/hash: Disable 16M linear mapping size if not aligned")
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/202006050717.A2F9809E@keescook
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/mm/book3s64/hash_utils.c