[tip: timers/core] clockevents: Add missing kernel doc for clockevent set_next_coupled and cs_id members
From: tip-bot2 for Thomas Gleixner
Date: Tue Apr 07 2026 - 17:59:38 EST
The following commit has been merged into the timers/core branch of tip:
Commit-ID: f4d1a1c0eb49ba3c831d44aa01bea7c18488b889
Gitweb: https://git.kernel.org/tip/f4d1a1c0eb49ba3c831d44aa01bea7c18488b889
Author: Thomas Gleixner <tglx@xxxxxxxxxx>
AuthorDate: Tue, 07 Apr 2026 20:08:37 +02:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Tue, 07 Apr 2026 20:11:42 +02:00
clockevents: Add missing kernel doc for clockevent set_next_coupled and cs_id members
Fixes: 89f951a1e8ad ("clockevents: Provide support for clocksource coupled comparators")
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
---
include/linux/clockchips.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h
index 92d9022..a3773fe 100644
--- a/include/linux/clockchips.h
+++ b/include/linux/clockchips.h
@@ -73,6 +73,7 @@ enum clock_event_state {
* level handler of the event source
* @set_next_event: set next event function using a clocksource delta
* @set_next_ktime: set next event function using a direct ktime value
+ * @set_next_coupled: set next event function for clocksource coupled mode
* @next_event: local storage for the next event in oneshot mode
* @max_delta_ns: maximum delta value in ns
* @min_delta_ns: minimum delta value in ns
@@ -80,6 +81,7 @@ enum clock_event_state {
* @shift: nanoseconds to cycles divisor (power of two)
* @state_use_accessors:current state of the device, assigned by the core code
* @features: features
+ * @cs_id: Clocksource ID to denote the clocksource for coupled mode
* @retries: number of forced programming retries
* @set_state_periodic: switch state to periodic
* @set_state_oneshot: switch state to oneshot