[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170807023322.32519-1-bp@benjamin.pe>
Date: Sun, 6 Aug 2017 19:33:22 -0700
From: Benjamin Peterson <bp@...jamin.pe>
To: tj@...nel.org, jiangshanlai@...il.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] workqueue: fix path to documentation
Signed-off-by: Benjamin Peterson <bp@...jamin.pe>
---
kernel/workqueue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index ca937b0c3a96..ca5dc98d5e94 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -21,7 +21,7 @@
* pools for workqueues which are not bound to any specific CPU - the
* number of these backing pools is dynamic.
*
- * Please read Documentation/workqueue.txt for details.
+ * Please read Documentation/core-api/workqueue.rst for details.
*/
#include <linux/export.h>
--
2.11.0
Powered by blists - more mailing lists