2015-05-13 10:10:10

by Chen Hanxiao

[permalink] [raw]
Subject: [PATCH] workqueue: fix a typo

s/detemined/determined

Signed-off-by: Chen Hanxiao <[email protected]>
---
kernel/workqueue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 586ad91..1a092e1 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -2616,7 +2616,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.
*/
--
2.1.0


2015-05-13 14:28:24

by Tejun Heo

[permalink] [raw]
Subject: Re: [PATCH] workqueue: fix a typo

On Wed, May 13, 2015 at 06:10:05AM -0400, Chen Hanxiao wrote:
> s/detemined/determined
>
> Signed-off-by: Chen Hanxiao <[email protected]>

Applied to wq/for-4.2.

Thanks.

--
tejun