Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
clockevents: Add missing parameter documentation
Browse files Browse the repository at this point in the history
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
  • Loading branch information
LiBaokun96 authored and KAGA-KOKO committed Jun 22, 2021
1 parent f6b6a80 commit 64ab707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/time/clockevents.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 64ab707

Please sign in to comment.