Skip to content

Commit 64ab707

Browse files
LiBaokun96KAGA-KOKO
authored andcommitted
clockevents: Add missing parameter documentation
Add the missing documentation for the @cpu parameter of tick_cleanup_dead_cpu(). Signed-off-by: Baokun Li <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f6b6a80 commit 64ab707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/time/clockevents.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ void tick_offline_cpu(unsigned int cpu)
629629

630630
/**
631631
* tick_cleanup_dead_cpu - Cleanup the tick and clockevents of a dead cpu
632+
* @cpu: The dead CPU
632633
*/
633634
void tick_cleanup_dead_cpu(int cpu)
634635
{

0 commit comments

Comments
 (0)