workqueue: update comments and a warning message
authorTejun Heo <tj@kernel.org>
Wed, 13 Mar 2013 23:51:36 +0000 (16:51 -0700)
committerTejun Heo <tj@kernel.org>
Wed, 13 Mar 2013 23:51:36 +0000 (16:51 -0700)
commitc5aa87bbf4b23f5e4f167489406daeb0ed275c47
treec0a8218033a0dd61fb840cbd300287405043ba70
parent983ca25e738ee0c9c5435a503a6bb0034d4552b0
workqueue: update comments and a warning message

* Update incorrect and add missing synchronization labels.

* Update incorrect or misleading comments.  Add new comments where
  clarification is necessary.  Reformat / rephrase some comments.

* drain_workqueue() can be used separately from destroy_workqueue()
  but its warning message was incorrectly referring to destruction.

Other than the warning message change, this patch doesn't make any
functional changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c