Messages in this thread Patch in this message |  | | From | Benjamin Peterson <> | Subject | [PATCH] workqueue: fix path to documentation | Date | Sun, 6 Aug 2017 19:33:22 -0700 |
| |
Signed-off-by: Benjamin Peterson <bp@benjamin.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
|  |