aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
diff options
context:
space:
mode:
authorBaokun Li <libaokun1@huawei.com>2021-06-08 10:43:05 +0800
committerThomas Gleixner <tglx@linutronix.de>2021-06-22 16:33:16 +0200
commit64ab7071254c178e81a6d0203354aad6521258ea (patch)
tree4a46d4e45022e5bf7a6f4b876e2fef662a0f9f2b /kernel/time
parentMerge tag 'timers-v5.14' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core (diff)
downloadlinux-dev-64ab7071254c178e81a6d0203354aad6521258ea.tar.xz
linux-dev-64ab7071254c178e81a6d0203354aad6521258ea.zip
clockevents: Add missing parameter documentation
Add the missing documentation for the @cpu parameter of tick_cleanup_dead_cpu(). Signed-off-by: Baokun Li <libaokun1@huawei.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210608024305.2750999-1-libaokun1@huawei.com
Diffstat (limited to 'kernel/time')
-rw-r--r--kernel/time/clockevents.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c
index 0056d2bed53e..bb9d2fe58480 100644
--- a/kernel/time/clockevents.c
+++ b/kernel/time/clockevents.c
@@ -629,6 +629,7 @@ void tick_offline_cpu(unsigned int cpu)
/**
* tick_cleanup_dead_cpu - Cleanup the tick and clockevents of a dead cpu
+ * @cpu: The dead CPU
*/
void tick_cleanup_dead_cpu(int cpu)
{