mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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>
This commit is contained in:
parent
4a739d55c2
commit
6506f2aa66
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue