mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
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
This commit is contained in:
parent
bbfa509d63
commit
7f96539437
|
|
@ -933,9 +933,9 @@ int setup_purgatory_ppc64(struct kimage *image, const void *slave_code,
|
|||
}
|
||||
|
||||
/**
|
||||
* get_cpu_node_size - Compute the size of a CPU node in the FDT.
|
||||
* This should be done only once and the value is stored in
|
||||
* a static variable.
|
||||
* cpu_node_size - Compute the size of a CPU node in the FDT.
|
||||
* This should be done only once and the value is stored in
|
||||
* a static variable.
|
||||
* Returns the max size of a CPU node in the FDT.
|
||||
*/
|
||||
static unsigned int cpu_node_size(void)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user