diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-02-17 15:25:08 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2017-03-10 18:06:24 +0000 |
commit | 0e4c0e6ea7d4a988a5ae2791c7cb5769b5256dad (patch) | |
tree | 0f9001bd486ffb3348da754004a2417b0805836d /arch/arm64 | |
parent | 14088540ad63c648e5cdf490412033f792d16b6b (diff) | |
download | linux-0e4c0e6ea7d4a988a5ae2791c7cb5769b5256dad.tar.gz linux-0e4c0e6ea7d4a988a5ae2791c7cb5769b5256dad.tar.bz2 linux-0e4c0e6ea7d4a988a5ae2791c7cb5769b5256dad.zip |
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 <geert+renesas@glider.be>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/kernel/cpuidle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/cpuidle.c b/arch/arm64/kernel/cpuidle.c index 75a0f8acef66..fd691087dc9a 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 |