KVM: PPC: Use __func__ to get function's name
authorXueBing Chen <chenxuebing@jari.cn>
Fri, 17 Jun 2022 15:50:19 +0000 (23:50 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 24 Nov 2022 10:53:04 +0000 (21:53 +1100)
commit61119786de40f61b8843aa57217b678361763d67
treea74f1a742408a3a207338bc592ab5546317c486e
parent247f34f7b80357943234f93f247a1ae6b6c3a740
KVM: PPC: Use __func__ to get function's name

Prefer using '"%s...", __func__' to get current function's name in
output messages.

Signed-off-by: XueBing Chen <chenxuebing@jari.cn>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/13b2c857.beb.181725bad35.Coremail.chenxuebing@jari.cn
arch/powerpc/kvm/book3s_64_mmu_hv.c