[PATCH] workqueue: update kerneldoc
authorAlan Stern <stern@rowland.harvard.edu>
Sat, 28 Oct 2006 17:38:58 +0000 (10:38 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 28 Oct 2006 18:30:55 +0000 (11:30 -0700)
commit057647fc47b3a5fbcfa997041db3f483d506603c
tree13887f534f51b164c8f6f5b21d15bc4cccac28ea
parentc333526f489044be2b93085720eb898f0037b346
[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>
kernel/workqueue.c