From: Andres Salomon Date: Tue, 6 Mar 2007 09:42:07 +0000 (-0800) Subject: [PATCH] hrtimers: hrtimer_clock_base description typo X-Git-Tag: v2.6.21-rc3~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1d67174b42a02c7d106894df0ed155d595871f7;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] hrtimers: hrtimer_clock_base description typo The description for the hrtimer_clock_base struct describes "hrtimer_base". That should be hrtimer_clock_base. Signed-off-by: Andres Salomon Acked-by: Thomas Gleixner Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index b9f163d..5bdbc74 100644 --- a/include/linux/hrtimer.h +++ b/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.