* [PATCH] powerpc/kexec: fix minor typo
@ 2023-07-25 13:27 Laurent Dufour
2023-08-10 6:02 ` Michael Ellerman
0 siblings, 1 reply; 2+ messages in thread
From: Laurent Dufour @ 2023-07-25 13:27 UTC (permalink / raw)
To: linuxppc-dev; +Cc: npiggin, kernel test robot
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>
---
arch/powerpc/kexec/file_load_64.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/kexec/file_load_64.c b/arch/powerpc/kexec/file_load_64.c
index 110d28bede2a..73e492d18804 100644
--- a/arch/powerpc/kexec/file_load_64.c
+++ b/arch/powerpc/kexec/file_load_64.c
@@ -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)
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc/kexec: fix minor typo
2023-07-25 13:27 [PATCH] powerpc/kexec: fix minor typo Laurent Dufour
@ 2023-08-10 6:02 ` Michael Ellerman
0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2023-08-10 6:02 UTC (permalink / raw)
To: linuxppc-dev, Laurent Dufour; +Cc: kernel test robot, npiggin
On Tue, 25 Jul 2023 15:27:59 +0200, Laurent Dufour wrote:
> Function name in the descriptor was not correct.
>
>
Applied to powerpc/next.
[1/1] powerpc/kexec: fix minor typo
https://git.kernel.org/powerpc/c/7f96539437eafec8fd062fb13f31cf53251ea18d
cheers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-10 6:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 13:27 [PATCH] powerpc/kexec: fix minor typo Laurent Dufour
2023-08-10 6:02 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).