public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 03/10] kernel/timer: fix msleep_interruptible() comment
@ 2005-03-19 13:17 domen
  0 siblings, 0 replies; only message in thread
From: domen @ 2005-03-19 13:17 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, domen, nacc



The comment for msleep_interruptible() is wrong, as it will
ignore wait-queue events, but will wake up early for signals.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj-domen/kernel/timer.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/timer.c~msleep_interruptible_comment-kernel_timer kernel/timer.c
--- kj/kernel/timer.c~msleep_interruptible_comment-kernel_timer	2005-03-18 20:05:13.000000000 +0100
+++ kj-domen/kernel/timer.c	2005-03-18 20:05:13.000000000 +0100
@@ -1594,7 +1594,7 @@ void msleep(unsigned int msecs)
 EXPORT_SYMBOL(msleep);
 
 /**
- * msleep_interruptible - sleep waiting for waitqueue interruptions
+ * msleep_interruptible - sleep waiting for signals
  * @msecs: Time in milliseconds to sleep for
  */
 unsigned long msleep_interruptible(unsigned int msecs)
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-19 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-19 13:17 [patch 03/10] kernel/timer: fix msleep_interruptible() comment domen

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