]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
authorDaniel Axtens <dja@axtens.net>
Wed, 18 May 2022 10:04:58 +0000 (20:04 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 22 May 2022 05:58:29 +0000 (15:58 +1000)
kasan is already implied by the directory name, we don't need to
repeat it.

Suggested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/YoTEyoi+xu9brJYe@cleo
arch/powerpc/mm/kasan/Makefile
arch/powerpc/mm/kasan/init_32.c [moved from arch/powerpc/mm/kasan/kasan_init_32.c with 100% similarity]

index bb1a5408b86b2cb3ca1af86c65c7f4355a0adbc6..bcbfd6f2eca38fa13d04ed50ad0bb0656ffd6833 100644 (file)
@@ -2,6 +2,6 @@
 
 KASAN_SANITIZE := n
 
-obj-$(CONFIG_PPC32)           += kasan_init_32.o
+obj-$(CONFIG_PPC32)            += init_32.o
 obj-$(CONFIG_PPC_8xx)          += 8xx.o
 obj-$(CONFIG_PPC_BOOK3S_32)    += book3s_32.o