]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
tick/sched: Fix struct tick_sched doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 31 Mar 2024 17:26:51 +0000 (10:26 -0700)
committerIngo Molnar <mingo@kernel.org>
Mon, 1 Apr 2024 08:36:35 +0000 (10:36 +0200)
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
kernel/time/tick-sched.h

index e11c4dc65bcb24b3b4200c83d538e5a800ad4fc2..b4a7822f495d3460b636089dc5024cd92b61a467 100644 (file)
@@ -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)