On 14/01/2024 06:27, Randy Dunlap wrote: > 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@xxxxxxxxxxxxx> > Cc: patches@xxxxxxxxxxxxxxx > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Cc: Alim Akhtar <alim.akhtar@xxxxxxxxxxx> > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Cc: linux-samsung-soc@xxxxxxxxxxxxxxx Several checkpatch warnings: WARNING: Use a single space after Cc: #12: Cc: <patches@xxxxxxxxxxxxxxx> WARNING: Use a single space after Cc: #15: Cc: <linux-arm-kernel@xxxxxxxxxxxxxxxxxxx> WARNING: Use a single space after Cc: #16: Cc: <linux-samsung-soc@xxxxxxxxxxxxxxx> Fixed and applied. ount: Size of the ptr array. > * Best regards, Krzysztof