[PATCH v2] clockevents: document suspend and resume members of clock_event_device

Kit Dallege posted 1 patch 3 weeks, 1 day ago
include/linux/clockchips.h | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] clockevents: document suspend and resume members of clock_event_device
Posted by Kit Dallege 3 weeks, 1 day ago
Add kernel-doc entries for the @suspend and @resume function pointer
members that were missing from struct clock_event_device.

Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Kit Dallege <xaum.io@gmail.com>
---
 include/linux/clockchips.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h
index b0df28ddd394..2d9101bd9bdd 100644
--- a/include/linux/clockchips.h
+++ b/include/linux/clockchips.h
@@ -87,6 +87,8 @@ enum clock_event_state {
  * @set_state_shutdown:	switch state to shutdown
  * @tick_resume:	resume clkevt device
  * @broadcast:		function to broadcast events
+ * @suspend:		low level suspend callback for the clockevent device
+ * @resume:		low level resume callback for the clockevent device
  * @min_delta_ticks:	minimum delta value in ticks stored for reconfiguration
  * @max_delta_ticks:	maximum delta value in ticks stored for reconfiguration
  * @name:		ptr to clock event name
-- 
2.53.0