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

powerpc/kexec: fix minor typo

Function name in the descriptor was not correct.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202307251721.bUGcsCeQ-lkp@intel.com/
Signed-off-by: Laurent Dufour <ldufour@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230725132759.53975-1-ldufour@linux.ibm.com

authored by

Laurent Dufour and committed by
Michael Ellerman
7f965394 bbfa509d

+3 -3
+3 -3
arch/powerpc/kexec/file_load_64.c
··· 933 933 } 934 934 935 935 /** 936 - * get_cpu_node_size - Compute the size of a CPU node in the FDT. 937 - * This should be done only once and the value is stored in 938 - * a static variable. 936 + * cpu_node_size - Compute the size of a CPU node in the FDT. 937 + * This should be done only once and the value is stored in 938 + * a static variable. 939 939 * Returns the max size of a CPU node in the FDT. 940 940 */ 941 941 static unsigned int cpu_node_size(void)