commit | 057647fc47b3a5fbcfa997041db3f483d506603c | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Sat Oct 28 10:38:58 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 28 11:30:55 2006 -0700 |
tree | 13887f534f51b164c8f6f5b21d15bc4cccac28ea | |
parent | c333526f489044be2b93085720eb898f0037b346 [diff] |
[PATCH] workqueue: update kerneldoc This patch (as812) changes the kerneldoc comments explaining the return values from queue_work(), queue_delayed_work(), and queue_delayed_work_on(). The updated comments explain more accurately the meaning of the return code and avoid suggesting that a 0 value means the routine was unsuccessful. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>