Skip to content

Commit

Permalink
fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
Uwe Kleine-König authored and AdrianBunk committed Oct 19, 2007
1 parent 4a739d5 commit 6506f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6506f2a

Please sign in to comment.