[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210608024305.2750999-1-libaokun1@huawei.com>
Date: Tue, 8 Jun 2021 10:43:05 +0800
From: Baokun Li <libaokun1@...wei.com>
To: <tglx@...utronix.de>, <linux-kernel@...r.kernel.org>
CC: <weiyongjun1@...wei.com>, <yuehaibing@...wei.com>,
<yangjihong1@...wei.com>, <yukuai3@...wei.com>,
<libaokun1@...wei.com>
Subject: [PATCH -next] clockevents: fix doc warnings in clockevents.c
Add description for `tick_cleanup_dead_cpu` to fix the W=1 warnings:
kernel/time/clockevents.c:634: warning: Function parameter or
member 'cpu' not described in 'tick_cleanup_dead_cpu'
Signed-off-by: Baokun Li <libaokun1@...wei.com>
---
kernel/time/clockevents.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/time/clockevents.c b/kernel/time/clockevents.c
index 0056d2bed53e..bb9d2fe58480 100644
--- 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)
{
--
2.31.1
Powered by blists - more mailing lists