Home
last modified time | relevance | path

Searched hist:b48362d8aaf32aeb4a75f5c556c652ffeeb1be5d (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/time/
H A Dhrtimer.cdiff b48362d8aaf32aeb4a75f5c556c652ffeeb1be5d Tue Aug 18 09:18:29 CDT 2015 Frederic Weisbecker <fweisbec@gmail.com> hrtimer: Unconfuse switch_hrtimer_base() a bit

The variable called "this_base" is confusing because its name suggests
it's of "struct hrtimer_clock_base" type, along with "base" and "new_base"
which doesn't help understanding this complicated function.

Make its name clearer and fix the misleading comment while at it.

[ tglx: Fixed the comment for real ]

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/1439907509-9553-3-git-send-email-fweisbec@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>