Commit b749b1b6 authored by Chen Hanxiao's avatar Chen Hanxiao Committed by Tejun Heo

workqueue: fix a typo

s/detemined/determined
Signed-off-by: default avatarChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 30186c6f
...@@ -2618,7 +2618,7 @@ EXPORT_SYMBOL_GPL(flush_workqueue); ...@@ -2618,7 +2618,7 @@ EXPORT_SYMBOL_GPL(flush_workqueue);
* Wait until the workqueue becomes empty. While draining is in progress, * Wait until the workqueue becomes empty. While draining is in progress,
* only chain queueing is allowed. IOW, only currently pending or running * only chain queueing is allowed. IOW, only currently pending or running
* work items on @wq can queue further work items on it. @wq is flushed * work items on @wq can queue further work items on it. @wq is flushed
* repeatedly until it becomes empty. The number of flushing is detemined * repeatedly until it becomes empty. The number of flushing is determined
* by the depth of chaining and should be relatively short. Whine if it * by the depth of chaining and should be relatively short. Whine if it
* takes too long. * takes too long.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment