Skip to content

Commit 52524ff

Browse files
rddunlapkrzk
authored andcommitted
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: 423c62b ("ARM: s5pv210: use private pm save/restore") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 6613476 commit 52524ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • arch/arm/mach-s5pv210

arch/arm/mach-s5pv210/pm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static void s3c_pm_do_save(struct sleep_save *ptr, int count)
4747
}
4848

4949
/**
50-
* s3c_pm_do_restore() - restore register values from the save list.
50+
* s3c_pm_do_restore_core() - restore register values from the save list.
5151
* @ptr: Pointer to an array of registers.
5252
* @count: Size of the ptr array.
5353
*

0 commit comments

Comments
 (0)