The patch titled hrtimers: hrtimer_clock_base description typo has been added to the -mm tree. Its filename is hrtimers-hrtimer_clock_base-description-typo.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: hrtimers: hrtimer_clock_base description typo From: Andres Salomon <dilinger@xxxxxxxxxx> The description for the hrtimer_clock_base struct describes "hrtimer_base". That should be hrtimer_clock_base. Signed-off-by: Andres Salomon <dilinger@xxxxxxxxxx> Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/hrtimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/hrtimer.h~hrtimers-hrtimer_clock_base-description-typo include/linux/hrtimer.h --- a/include/linux/hrtimer.h~hrtimers-hrtimer_clock_base-description-typo +++ a/include/linux/hrtimer.h @@ -139,7 +139,7 @@ struct hrtimer_sleeper { }; /** - * struct hrtimer_base - the timer base for a specific clock + * struct hrtimer_clock_base - the timer base for a specific clock * @cpu_base: per cpu clock base * @index: clock type index for per_cpu support when moving a * timer to a base on another cpu. _ Patches currently in -mm which might be from dilinger@xxxxxxxxxx are i386-make-x86_64-tsc-header-require-i386-rather-than-vice-versa.patch hrtimers-fix-hrtimer_cb_irqsafe_no_softirq-description.patch hrtimers-hrtimer_clock_base-description-typo.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html