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
This commit is contained in:
Baokun Li 2021-06-08 10:43:05 +08:00 коммит произвёл Thomas Gleixner
Родитель f6b6a80360
Коммит 64ab707125
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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)
{