[PATCH] arm64: kernel: Update kerneldoc for cpu_suspend() rename

Sudeep Holla sudeep.holla at arm.com
Fri Feb 17 09:54:59 PST 2017



On 17/02/17 14:25, Geert Uytterhoeven wrote:
> Commit af391b15f7b56ce1 ("arm64: kernel: rename __cpu_suspend to keep it
> aligned with arm") renamed cpu_suspend() to arm_cpuidle_suspend(), but
> forgot to update the kerneldoc header.
> 
> Fixes: af391b15f7b56ce1 ("arm64: kernel: rename __cpu_suspend to keep it aligned with arm")
> Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
> ---
>  arch/arm64/kernel/cpuidle.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/kernel/cpuidle.c b/arch/arm64/kernel/cpuidle.c
> index 75a0f8acef669ce5..fd691087dc9ad58f 100644
> --- a/arch/arm64/kernel/cpuidle.c
> +++ b/arch/arm64/kernel/cpuidle.c
> @@ -30,7 +30,7 @@ int arm_cpuidle_init(unsigned int cpu)
>  }
>  
>  /**
> - * cpu_suspend() - function to enter a low-power idle state
> + * arm_cpuidle_suspend() - function to enter a low-power idle state

Sorry for that. Looks good to me.

Acked-by: Sudeep Holla <sudeep.holla at arm.com>

-- 
Regards,
Sudeep



More information about the linux-arm-kernel mailing list