mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
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:
parent
f6b6a80360
commit
64ab707125
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user