From: Geert Uytterhoeven Date: Fri, 17 Feb 2017 14:25:08 +0000 (+0100) Subject: arm64: kernel: Update kerneldoc for cpu_suspend() rename X-Git-Tag: v4.11-rc3~22^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e4c0e6ea7d4a988a5ae2791c7cb5769b5256dad;p=platform%2Fkernel%2Flinux-exynos.git arm64: kernel: Update kerneldoc for cpu_suspend() rename 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 Signed-off-by: Will Deacon --- diff --git a/arch/arm64/kernel/cpuidle.c b/arch/arm64/kernel/cpuidle.c index 75a0f8a..fd69108 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 * @arg: argument to pass to CPU suspend operations * * Return: 0 on success, -EOPNOTSUPP if CPU suspend hook not initialized, CPU