If you examine the queue_work() routine you'll see that it returns 1 on success, 0 on not queuing the work. This patch corrects the source code documentation for the function. Mike