Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1436951 > unrolled thread

[PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt

Started byMasanari Iida <standby24x7@gmail.com>
First post2016-07-05 14:00 +0200
Last post2016-07-06 10:40 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt Masanari Iida <standby24x7@gmail.com> - 2016-07-05 14:00 +0200
    Re: [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt Tejun Heo <tj@kernel.org> - 2016-07-06 00:50 +0200
      Re: [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt Jonathan Corbet <corbet@lwn.net> - 2016-07-06 10:40 +0200

#1436951 — [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt

FromMasanari Iida <standby24x7@gmail.com>
Date2016-07-05 14:00 +0200
Subject[PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt
Message-ID<rRxbc-2j0-13@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1437326

FromTejun Heo <tj@kernel.org>
Date2016-07-06 00:50 +0200
Message-ID<rRHke-DO-29@gated-at.bofh.it>
In reply to#1436951
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

[toc] | [prev] | [next] | [standalone]


#1437545

FromJonathan Corbet <corbet@lwn.net>
Date2016-07-06 10:40 +0200
Message-ID<rRQxb-6Po-15@gated-at.bofh.it>
In reply to#1437326
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web