public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix generation of device-drivers
@ 2013-11-20  8:50 Nicolas Dichtel
  2013-11-22 22:05 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nicolas Dichtel @ 2013-11-20  8:50 UTC (permalink / raw)
  To: rob
  Cc: joe, jkosina, akpm, linux-doc, linux-kernel, Nicolas Dichtel,
	Peter Zijlstra, Ingo Molnar

Since commit 7a6354e241d8 ("sched: Move wait.c into kernel/sched/"), the path
of this file has changed.

CC: Peter Zijlstra <peterz@infradead.org>
CC: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
---
 Documentation/DocBook/device-drivers.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
index 6c9d9d37c83a..f5170082bdb3 100644
--- a/Documentation/DocBook/device-drivers.tmpl
+++ b/Documentation/DocBook/device-drivers.tmpl
@@ -58,7 +58,7 @@
      </sect1>
      <sect1><title>Wait queues and Wake events</title>
 !Iinclude/linux/wait.h
-!Ekernel/wait.c
+!Ekernel/sched/wait.c
      </sect1>
      <sect1><title>High-resolution timers</title>
 !Iinclude/linux/ktime.h
-- 
1.8.4.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: fix generation of device-drivers
  2013-11-20  8:50 [PATCH] doc: fix generation of device-drivers Nicolas Dichtel
@ 2013-11-22 22:05 ` Randy Dunlap
  2013-11-26 10:35 ` Andy Whitcroft
  2013-11-27 14:07 ` [tip:sched/urgent] sched/doc: Fix " tip-bot for Nicolas Dichtel
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2013-11-22 22:05 UTC (permalink / raw)
  To: Nicolas Dichtel, rob
  Cc: joe, jkosina, akpm, linux-doc, linux-kernel, Peter Zijlstra,
	Ingo Molnar, Linus Torvalds

On 11/20/13 00:50, Nicolas Dichtel wrote:
> Since commit 7a6354e241d8 ("sched: Move wait.c into kernel/sched/"), the path
> of this file has changed.

This is a fatal kernel-doc error.  Please merge quickly/soon.  Thanks.

> CC: Peter Zijlstra <peterz@infradead.org>
> CC: Ingo Molnar <mingo@kernel.org>
> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
> ---
>  Documentation/DocBook/device-drivers.tmpl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
> index 6c9d9d37c83a..f5170082bdb3 100644
> --- a/Documentation/DocBook/device-drivers.tmpl
> +++ b/Documentation/DocBook/device-drivers.tmpl
> @@ -58,7 +58,7 @@
>       </sect1>
>       <sect1><title>Wait queues and Wake events</title>
>  !Iinclude/linux/wait.h
> -!Ekernel/wait.c
> +!Ekernel/sched/wait.c
>       </sect1>
>       <sect1><title>High-resolution timers</title>
>  !Iinclude/linux/ktime.h
> 


-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: fix generation of device-drivers
  2013-11-20  8:50 [PATCH] doc: fix generation of device-drivers Nicolas Dichtel
  2013-11-22 22:05 ` Randy Dunlap
@ 2013-11-26 10:35 ` Andy Whitcroft
  2013-11-27 14:07 ` [tip:sched/urgent] sched/doc: Fix " tip-bot for Nicolas Dichtel
  2 siblings, 0 replies; 4+ messages in thread
From: Andy Whitcroft @ 2013-11-26 10:35 UTC (permalink / raw)
  To: Nicolas Dichtel
  Cc: rob, Joe Perches, jkosina, Andrew Morton, linux-doc, LKML,
	Peter Zijlstra, Ingo Molnar

Acked-by: Andy Whitcroft <apw@canonical.com>

-apw

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [tip:sched/urgent] sched/doc: Fix generation of device-drivers
  2013-11-20  8:50 [PATCH] doc: fix generation of device-drivers Nicolas Dichtel
  2013-11-22 22:05 ` Randy Dunlap
  2013-11-26 10:35 ` Andy Whitcroft
@ 2013-11-27 14:07 ` tip-bot for Nicolas Dichtel
  2 siblings, 0 replies; 4+ messages in thread
From: tip-bot for Nicolas Dichtel @ 2013-11-27 14:07 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, nicolas.dichtel, hpa, mingo, peterz, tglx

Commit-ID:  96739d6e548e16d76de39d059e1e39e70c187fff
Gitweb:     http://git.kernel.org/tip/96739d6e548e16d76de39d059e1e39e70c187fff
Author:     Nicolas Dichtel <nicolas.dichtel@6wind.com>
AuthorDate: Wed, 20 Nov 2013 09:50:28 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 27 Nov 2013 11:05:23 +0100

sched/doc: Fix generation of device-drivers

Since commit 7a6354e241d8 ("sched: Move wait.c into kernel/sched/"), the path
of this file has changed.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Cc: jkosina@suse.cz
Cc: akpm@linux-foundation.org
Cc: linux-doc@vger.kernel.org
Cc: rob@landley.net
Cc: joe@perches.com
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1384937428-15731-1-git-send-email-nicolas.dichtel@6wind.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 Documentation/DocBook/device-drivers.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
index 6c9d9d3..f517008 100644
--- a/Documentation/DocBook/device-drivers.tmpl
+++ b/Documentation/DocBook/device-drivers.tmpl
@@ -58,7 +58,7 @@
      </sect1>
      <sect1><title>Wait queues and Wake events</title>
 !Iinclude/linux/wait.h
-!Ekernel/wait.c
+!Ekernel/sched/wait.c
      </sect1>
      <sect1><title>High-resolution timers</title>
 !Iinclude/linux/ktime.h

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-27 14:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20  8:50 [PATCH] doc: fix generation of device-drivers Nicolas Dichtel
2013-11-22 22:05 ` Randy Dunlap
2013-11-26 10:35 ` Andy Whitcroft
2013-11-27 14:07 ` [tip:sched/urgent] sched/doc: Fix " tip-bot for Nicolas Dichtel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox