summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
authorBenjamin Peterson <bp@benjamin.pe>2017-08-06 19:33:22 -0700
committerTejun Heo <tj@kernel.org>2017-08-07 08:03:24 -0700
commit9a2614916ac564d6ea1d0a5cb986298bc508c3bf (patch)
tree88c7fd1ebe044310f8d906560d8a92a60fe40238 /kernel/workqueue.c
parent0e0cafcda83951bb0b438d78a4216ae94483cba6 (diff)
workqueue: fix path to documentation
Signed-off-by: Benjamin Peterson <bp@benjamin.pe> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r--kernel/workqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index a86688fabc55..4fa6c7650f09 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>