projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b6a80
)
clockevents: Add missing parameter documentation
author
Baokun Li
<libaokun1@huawei.com>
Tue, 8 Jun 2021 02:43:05 +0000
(10:43 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 22 Jun 2021 14:33:16 +0000
(16:33 +0200)
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
kernel/time/clockevents.c
patch
|
blob
|
history
diff --git
a/kernel/time/clockevents.c
b/kernel/time/clockevents.c
index 0056d2bed53ed6ddd77c409712b1aa8579c5406a..bb9d2fe584804b6fe406012b702832c77797b640 100644
(file)
--- 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)
{