summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pv210
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2024-01-14 08:27:51 +0300
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-01-22 13:44:16 +0300
commit52524ff0558b57e8b78d05d645456b0a77c787bf (patch)
treec3853189dbc51d875c69672c40c41c4a59b84ec4 /arch/arm/mach-s5pv210
parent6613476e225e090cc9aad49be7fa504e290dd33d (diff)
downloadlinux-52524ff0558b57e8b78d05d645456b0a77c787bf.tar.xz
ARM: s5pv210: fix pm.c kernel-doc warning
Use the correct function name in the kernel-doc comment to prevent a kernel-doc warning: arch/arm/mach-s5pv210/pm.c:61: warning: expecting prototype for s3c_pm_do_restore(). Prototype was for s3c_pm_do_restore_core() instead Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: <patches@armlinux.org.uk> Link: https://lore.kernel.org/r/20240114052751.17242-1-rdunlap@infradead.org Fixes: 423c62bfb623 ("ARM: s5pv210: use private pm save/restore") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r--arch/arm/mach-s5pv210/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/pm.c b/arch/arm/mach-s5pv210/pm.c
index d59c094cdea8..6fa70f787df4 100644
--- a/arch/arm/mach-s5pv210/pm.c
+++ b/arch/arm/mach-s5pv210/pm.c
@@ -47,7 +47,7 @@ static void s3c_pm_do_save(struct sleep_save *ptr, int count)
}
/**
- * s3c_pm_do_restore() - restore register values from the save list.
+ * s3c_pm_do_restore_core() - restore register values from the save list.
* @ptr: Pointer to an array of registers.
* @count: Size of the ptr array.
*