From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754879AbcGELzj (ORCPT ); Tue, 5 Jul 2016 07:55:39 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:36797 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751268AbcGELzg (ORCPT ); Tue, 5 Jul 2016 07:55:36 -0400 From: Masanari Iida To: tj@kernel.org, jiangshanlai@gmail.com, corbet@lwn.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] [linux-next] workqueue: Fix a typo in workqueue.txt Date: Tue, 5 Jul 2016 20:55:30 +0900 Message-Id: <20160705115530.22268-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.9.0.137.gcf4c2cf Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix a spelling typo in workqueue.txt Signed-off-by: Masanari Iida --- 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