Re: [PATCH -next v2] ACPI: Add kernel-doc comments for ACPI suspend and hibernation functions

From: Randy Dunlap
Date: Fri Mar 15 2024 - 00:55:58 EST




On 3/14/24 17:37, Yang Li wrote:
> This patch enhances the documentation for the ACPI power management
> functions related to system suspend and hibernation. This includes the
> use of kernel-doc style comments which provide developers with clearer
> guidance on the usage and expectations of these functions.
>
> Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>

Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Thanks.

> ---
>
> change in v2:
> --According to Randy's suggestion, use a space between '*'
> and function names, function parameters.
>
> drivers/acpi/sleep.c | 24 ++++++++++++++----------
> 1 file changed, 14 insertions(+), 10 deletions(-)
>

--
#Randy