Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1d67174 authored by Andres Salomon's avatar Andres Salomon Committed by Linus Torvalds
Browse files

[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: default avatarAndres Salomon <dilinger@debian.org>
Acked-by: default avatarThomas Gleixner <tglx@linutronix.de>
Acked-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8437fdc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.