Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/mm/kasan: rename kasan_init_32.c to init_32.c

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

authored by

Daniel Axtens and committed by
Michael Ellerman
f08aed52 60e832de

+1 -1
+1 -1
arch/powerpc/mm/kasan/Makefile
··· 2 2 3 3 KASAN_SANITIZE := n 4 4 5 - obj-$(CONFIG_PPC32) += kasan_init_32.o 5 + obj-$(CONFIG_PPC32) += init_32.o 6 6 obj-$(CONFIG_PPC_8xx) += 8xx.o 7 7 obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o
arch/powerpc/mm/kasan/kasan_init_32.c arch/powerpc/mm/kasan/init_32.c