linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt
@ 2016-07-05 11:55 Masanari Iida
  2016-07-05 22:45 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Masanari Iida @ 2016-07-05 11:55 UTC (permalink / raw)
  To: tj, jiangshanlai, corbet, linux-doc, linux-kernel; +Cc: Masanari Iida

This patch fix a spelling typo in workqueue.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/workqueue.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/workqueue.txt b/Documentation/workqueue.txt
index 5e0e05c5183e..c49e3178178d 100644
--- a/Documentation/workqueue.txt
+++ b/Documentation/workqueue.txt
@@ -169,7 +169,7 @@ resources, scheduled and executed.
   WQ_UNBOUND
 
 	Work items queued to an unbound wq are served by the special
-	woker-pools which host workers which are not bound to any
+	worker-pools which host workers which are not bound to any
 	specific CPU.  This makes the wq behave as a simple execution
 	context provider without concurrency management.  The unbound
 	worker-pools try to start execution of work items as soon as
-- 
2.9.0.137.gcf4c2cf

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt
  2016-07-05 11:55 [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt Masanari Iida
@ 2016-07-05 22:45 ` Tejun Heo
  2016-07-06  8:38   ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2016-07-05 22:45 UTC (permalink / raw)
  To: Masanari Iida; +Cc: jiangshanlai, corbet, linux-doc, linux-kernel

On Tue, Jul 05, 2016 at 08:55:30PM +0900, Masanari Iida wrote:
> This patch fix a spelling typo in workqueue.txt
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Acked-by: Tejun Heo <tj@kernel.org>

Jonathan, can you please route this one?

Thanks!

-- 
tejun

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt
  2016-07-05 22:45 ` Tejun Heo
@ 2016-07-06  8:38   ` Jonathan Corbet
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2016-07-06  8:38 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Masanari Iida, jiangshanlai, linux-doc, linux-kernel

On Tue, 5 Jul 2016 18:45:49 -0400
Tejun Heo <tj@kernel.org> wrote:

> On Tue, Jul 05, 2016 at 08:55:30PM +0900, Masanari Iida wrote:
> > This patch fix a spelling typo in workqueue.txt
> > 
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>  
> 
> Acked-by: Tejun Heo <tj@kernel.org>
> 
> Jonathan, can you please route this one?

Applied to the docs tree, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-06  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-05 11:55 [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt Masanari Iida
2016-07-05 22:45 ` Tejun Heo
2016-07-06  8:38   ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).