mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
workqueue: fix a typo
s/detemined/determined Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
30186c6fdc
commit
b749b1b673
@ -2618,7 +2618,7 @@ EXPORT_SYMBOL_GPL(flush_workqueue);
|
||||
* Wait until the workqueue becomes empty. While draining is in progress,
|
||||
* 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
|
||||
* 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
|
||||
* takes too long.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user