File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -222,9 +222,9 @@ extern bool timekeeping_rtc_skipresume(void);
222
222
223
223
extern void timekeeping_inject_sleeptime64 (const struct timespec64 * delta );
224
224
225
- /*
225
+ /**
226
226
* struct system_time_snapshot - simultaneous raw/real time capture with
227
- * counter value
227
+ * counter value
228
228
* @cycles: Clocksource counter value to produce the system times
229
229
* @real: Realtime system time
230
230
* @raw: Monotonic raw system time
@@ -239,9 +239,9 @@ struct system_time_snapshot {
239
239
u8 cs_was_changed_seq ;
240
240
};
241
241
242
- /*
242
+ /**
243
243
* struct system_device_crosststamp - system/device cross-timestamp
244
- * (syncronized capture)
244
+ * (synchronized capture)
245
245
* @device: Device time
246
246
* @sys_realtime: Realtime simultaneous with device time
247
247
* @sys_monoraw: Monotonic raw simultaneous with device time
@@ -252,12 +252,12 @@ struct system_device_crosststamp {
252
252
ktime_t sys_monoraw ;
253
253
};
254
254
255
- /*
255
+ /**
256
256
* struct system_counterval_t - system counter value with the pointer to the
257
- * corresponding clocksource
257
+ * corresponding clocksource
258
258
* @cycles: System counter value
259
259
* @cs: Clocksource corresponding to system counter value. Used by
260
- * timekeeping code to verify comparibility of two cycle values
260
+ * timekeeping code to verify comparibility of two cycle values
261
261
*/
262
262
struct system_counterval_t {
263
263
u64 cycles ;
You can’t perform that action at this time.
0 commit comments