Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705059
| From | Benjamin Peterson <bp@benjamin.pe> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] workqueue: fix path to documentation |
| Date | 2017-08-07 04:40 +0200 |
| Message-ID | <ubG7v-2hk-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web