workqueue: fix path to documentation
authorBenjamin Peterson <bp@benjamin.pe>
Mon, 7 Aug 2017 02:33:22 +0000 (19:33 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 7 Aug 2017 15:03:24 +0000 (08:03 -0700)
Signed-off-by: Benjamin Peterson <bp@benjamin.pe>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c

index a86688f..4fa6c76 100644 (file)
@@ -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>