Skip to content

Commit ba6ad57

Browse files
rddunlapIngo Molnar
authored andcommitted
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 <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f29536b commit ba6ad57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/time/tick-sched.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ struct tick_device {
4646
* @next_tick: Next tick to be fired when in dynticks mode.
4747
* @idle_jiffies: jiffies at the entry to idle for idle time accounting
4848
* @idle_waketime: Time when the idle was interrupted
49+
* @idle_sleeptime_seq: sequence counter for data consistency
4950
* @idle_entrytime: Time when the idle call was entered
50-
* @nohz_mode: Mode - one state of tick_nohz_mode
5151
* @last_jiffies: Base jiffies snapshot when next event was last computed
5252
* @timer_expires_base: Base time clock monotonic for @timer_expires
5353
* @timer_expires: Anticipated timer expiration time (in case sched tick is stopped)

0 commit comments

Comments
 (0)