public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched.c : correct comment for this_rq_lock() routine
@ 2006-10-30 21:02 Robert P. J. Day
  2006-10-30 21:08 ` David Rientjes
  0 siblings, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2006-10-30 21:02 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: trivial


Correct the comment for the this_rq_lock() routine.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
---
diff --git a/kernel/sched.c b/kernel/sched.c
index 3399701..94f124e 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -547,7 +547,7 @@ # define schedstat_add(rq, field, amt)	d
 #endif

 /*
- * rq_lock - lock a given runqueue and disable interrupts.
+ * this_rq_lock - lock this runqueue and disable interrupts.
  */
 static inline struct rq *this_rq_lock(void)
 	__acquires(rq->lock)

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-11-01 12:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-30 21:02 [PATCH] sched.c : correct comment for this_rq_lock() routine Robert P. J. Day
2006-10-30 21:08 ` David Rientjes
2006-10-30 21:34   ` Robert P. J. Day
2006-10-30 22:05     ` Björn Steinbrink
2006-10-31 15:30     ` Borislav Petkov
2006-10-31 18:11       ` Robert P. J. Day
2006-10-31 22:46         ` Nick Piggin
2006-11-01  8:01           ` Robert P. J. Day
2006-11-01  8:13             ` Nick Piggin
2006-11-01 12:27         ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox