Skip to content

Commit

Permalink
powerpc/kexec: fix minor typo
Browse files Browse the repository at this point in the history
Function name in the descriptor was not correct.

Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Laurent Dufour <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
  • Loading branch information
ldu4 authored and mpe committed Aug 2, 2023
1 parent bbfa509 commit 7f96539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/powerpc/kexec/file_load_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7f96539

Please sign in to comment.