diff options
author | Benjamin Peterson <bp@benjamin.pe> | 2017-08-06 22:33:22 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-08-07 11:03:24 -0400 |
commit | 9a2614916ac564d6ea1d0a5cb986298bc508c3bf (patch) | |
tree | 88c7fd1ebe044310f8d906560d8a92a60fe40238 /kernel/workqueue.c | |
parent | 0e0cafcda83951bb0b438d78a4216ae94483cba6 (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.c | 2 |
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 @@ | |||
21 | * pools for workqueues which are not bound to any specific CPU - the | 21 | * pools for workqueues which are not bound to any specific CPU - the |
22 | * number of these backing pools is dynamic. | 22 | * number of these backing pools is dynamic. |
23 | * | 23 | * |
24 | * Please read Documentation/workqueue.txt for details. | 24 | * Please read Documentation/core-api/workqueue.rst for details. |
25 | */ | 25 | */ |
26 | 26 | ||
27 | #include <linux/export.h> | 27 | #include <linux/export.h> |