From: Domen Puncer Date: Sat, 25 Jun 2005 21:58:43 +0000 (-0700) Subject: [PATCH] kernel/timer: fix msleep_interruptible() comment X-Git-Tag: v2.6.13-rc1~68^2~70 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ec3efdcbaea4f403f2a5f1204edbf903a01961;p=pandora-kernel.git [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 Signed-off-by: Domen Puncer Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed