hrtimer: Unconfuse switch_hrtimer_base() a bit
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 18 Aug 2015 14:18:29 +0000 (16:18 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 18 Aug 2015 16:36:59 +0000 (18:36 +0200)
commitb48362d8aaf32aeb4a75f5c556c652ffeeb1be5d
tree0becbe13c29d0718ab7120565d6cb2ba039feeee
parent662b3e194656cc713d51d52780fb71f499c46619
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>
kernel/time/hrtimer.c
This page took 0.024728 seconds and 5 git commands to generate.