[PATCH] kernel/timer: fix msleep_interruptible() comment

From: Nishanth Aravamudan
Date: Thu Mar 03 2005 - 23:30:34 EST


Hi,

Please consider applying.

Description: 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@xxxxxxxxxx>


--- 2.6.11-kj-v/kernel/timer.c 2005-03-01 23:38:25.000000000 -0800
+++ 2.6.11-kj/kernel/timer.c 2005-03-02 15:22:06.000000000 -0800
@@ -1589,7 +1589,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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/