From: Uwe Kleine-König Date: Fri, 19 Oct 2007 23:56:53 +0000 (+0200) Subject: fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base X-Git-Tag: v2.6.24-rc1~124^2~21 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6506f2aa6670da9970ca13daccd466ad7ce2cd29;p=~shefty%2Frdma-dev.git fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base Signed-off-by: Uwe Kleine-König Signed-off-by: Adrian Bunk --- diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index dabfefb4ffd..b6d2ff7e37e 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -638,7 +638,7 @@ void __timer_stats_hrtimer_set_start_info(struct hrtimer *timer, void *addr) #endif /* - * Counterpart to lock_timer_base above: + * Counterpart to lock_hrtimer_base above: */ static inline void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags)