Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Ingo Molnar:
"A single DocBook fix"

* tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
timekeeping: Fix kerneldoc system_device_crosststamp & al

+7 -7
+7 -7
include/linux/timekeeping.h
··· 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 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 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;