summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2024-03-31 10:26:51 -0700
committerIngo Molnar <mingo@kernel.org>2024-04-01 10:36:35 +0200
commitba6ad57b803e33ed509213a5e840427dbef501d6 (patch)
tree3e7bba1570da1f0c74c3c784001e995667446fa9 /kernel
parentf29536bf1721802d2ebdc7893ed2991d4da0a4b6 (diff)
downloadlinux-stable-ba6ad57b803e33ed509213a5e840427dbef501d6.tar.gz
linux-stable-ba6ad57b803e33ed509213a5e840427dbef501d6.tar.bz2
linux-stable-ba6ad57b803e33ed509213a5e840427dbef501d6.zip
tick/sched: Fix struct tick_sched doc warnings
Fix kernel-doc warnings in struct tick_sched: tick-sched.h:103: warning: Function parameter or struct member 'idle_sleeptime_seq' not described in 'tick_sched' tick-sched.h:104: warning: Excess struct member 'nohz_mode' description in 'tick_sched' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20240331172652.14086-6-rdunlap@infradead.org
Diffstat (limited to 'kernel')
-rw-r--r--kernel/time/tick-sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/tick-sched.h b/kernel/time/tick-sched.h
index e11c4dc65bcb..b4a7822f495d 100644
--- a/kernel/time/tick-sched.h
+++ b/kernel/time/tick-sched.h
@@ -46,8 +46,8 @@ struct tick_device {
* @next_tick: Next tick to be fired when in dynticks mode.
* @idle_jiffies: jiffies at the entry to idle for idle time accounting
* @idle_waketime: Time when the idle was interrupted
+ * @idle_sleeptime_seq: sequence counter for data consistency
* @idle_entrytime: Time when the idle call was entered
- * @nohz_mode: Mode - one state of tick_nohz_mode
* @last_jiffies: Base jiffies snapshot when next event was last computed
* @timer_expires_base: Base time clock monotonic for @timer_expires
* @timer_expires: Anticipated timer expiration time (in case sched tick is stopped)