Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6506f2aa6670da9970ca13daccd466ad7ce2cd29
Commit:     6506f2aa6670da9970ca13daccd466ad7ce2cd29
Parent:     4a739d55c21298639df2ddeab332b8afef125ebc
Author:     Uwe Kleine-König <[EMAIL PROTECTED]>
AuthorDate: Sat Oct 20 01:56:53 2007 +0200
Committer:  Adrian Bunk <[EMAIL PROTECTED]>
CommitDate: Sat Oct 20 01:56:53 2007 +0200

    fix comment: unlock_hrtimer_base is the counterpart of lock_hrtimer_base
    
    Signed-off-by: Uwe Kleine-König <[EMAIL PROTECTED]>
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
 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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to