diff options
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | 2007-10-20 01:56:53 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-20 01:56:53 +0200 |
commit | 6506f2aa6670da9970ca13daccd466ad7ce2cd29 (patch) | |
tree | abed3b46b557124167e69b0a2bdb58ecf758f789 | |
parent | 4a739d55c21298639df2ddeab332b8afef125ebc (diff) | |
download | op-kernel-dev-6506f2aa6670da9970ca13daccd466ad7ce2cd29.zip op-kernel-dev-6506f2aa6670da9970ca13daccd466ad7ce2cd29.tar.gz |
fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index dabfefb..b6d2ff7 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) |