linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: s5pv210: fix pm.c kernel-doc warning
@ 2024-01-14  5:27 Randy Dunlap
  2024-01-22 10:43 ` Krzysztof Kozlowski
  2024-01-22 10:44 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2024-01-14  5:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, patches, Krzysztof Kozlowski, Alim Akhtar,
	linux-arm-kernel, linux-samsung-soc

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
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
---
KernelVersion: 0dd3ee31125508cd67f7e717

 arch/arm/mach-s5pv210/pm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -- a/arch/arm/mach-s5pv210/pm.c b/arch/arm/mach-s5pv210/pm.c
--- 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_
 }
 
 /**
- * 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.
  *

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-22 10:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-14  5:27 [PATCH] ARM: s5pv210: fix pm.c kernel-doc warning Randy Dunlap
2024-01-22 10:43 ` Krzysztof Kozlowski
2024-01-22 10:44 ` Krzysztof Kozlowski

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).