Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Uwe Kleine-König and committed by
Adrian Bunk
6506f2aa 4a739d55

+1 -1
+1 -1
kernel/hrtimer.c
··· 638 638 #endif 639 639 640 640 /* 641 - * Counterpart to lock_timer_base above: 641 + * Counterpart to lock_hrtimer_base above: 642 642 */ 643 643 static inline 644 644 void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags)