[PATCH v3 03/36] hrtimer: Fix kerneldoc for struct hrtimer_cpu_base

2017-11-29 Thread Anna-Maria Gleixner
The sequence '/**' marks the start of a struct description. Add the missing second asterisk. While at it adapt the ordering of the struct members to the struct definition and document the purpose of expires_next more precisely. Signed-off-by: Anna-Maria Gleixner ---

[PATCH v3 03/36] hrtimer: Fix kerneldoc for struct hrtimer_cpu_base

2017-11-29 Thread Anna-Maria Gleixner
The sequence '/**' marks the start of a struct description. Add the missing second asterisk. While at it adapt the ordering of the struct members to the struct definition and document the purpose of expires_next more precisely. Signed-off-by: Anna-Maria Gleixner --- include/linux/hrtimer.h | 8