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

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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Domen Puncer and committed by Linus Torvalds 96ec3efd b20f3ae5

+1 -1
+1 -1
kernel/timer.c
··· 1597 1597 EXPORT_SYMBOL(msleep); 1598 1598 1599 1599 /** 1600 - * msleep_interruptible - sleep waiting for waitqueue interruptions 1600 + * msleep_interruptible - sleep waiting for signals 1601 1601 * @msecs: Time in milliseconds to sleep for 1602 1602 */ 1603 1603 unsigned long msleep_interruptible(unsigned int msecs)