]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: kernel: Update kerneldoc for cpu_suspend() rename
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 17 Feb 2017 14:25:08 +0000 (15:25 +0100)
committerWill Deacon <will.deacon@arm.com>
Fri, 10 Mar 2017 18:06:24 +0000 (18:06 +0000)
commit9255c5b81a0c0f0c6b88c6ad9bc17189e8c7d820
tree0f9001bd486ffb3348da754004a2417b0805836d
parent30abef0716684a9cf44166aac42b8a6e6403b5dd
arm64: kernel: Update kerneldoc for cpu_suspend() rename

Commit 7d199debfaf0bc44 ("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: 7d199debfaf0bc44 ("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>
arch/arm64/kernel/cpuidle.c