Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705059 > unrolled thread
| Started by | Benjamin Peterson <bp@benjamin.pe> |
|---|---|
| First post | 2017-08-07 04:40 +0200 |
| Last post | 2017-08-07 17:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] workqueue: fix path to documentation Benjamin Peterson <bp@benjamin.pe> - 2017-08-07 04:40 +0200
Re: [PATCH] workqueue: fix path to documentation Tejun Heo <tj@kernel.org> - 2017-08-07 17:10 +0200
| From | Benjamin Peterson <bp@benjamin.pe> |
|---|---|
| Date | 2017-08-07 04:40 +0200 |
| Subject | [PATCH] workqueue: fix path to documentation |
| Message-ID | <ubG7v-2hk-5@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2017-08-07 17:10 +0200 |
| Message-ID | <ubRPk-1xo-3@gated-at.bofh.it> |
| In reply to | #1705059 |
On Sun, Aug 06, 2017 at 07:33:22PM -0700, Benjamin Peterson wrote: > Signed-off-by: Benjamin Peterson <bp@benjamin.pe> Applied to wq/for-4.14. Thanks. -- tejun
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web