From: Baokun Li Date: Tue, 8 Jun 2021 02:43:05 +0000 (+0800) Subject: clockevents: Add missing parameter documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=64ab7071254c178e81a6d0203354aad6521258ea;p=linux.git clockevents: Add missing parameter documentation Add the missing documentation for the @cpu parameter of tick_cleanup_dead_cpu(). Signed-off-by: Baokun Li Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/r/20210608024305.2750999-1-libaokun1@huawei.com --- diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c index 0056d2bed53ed..bb9d2fe584804 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) {