All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Pranith Kumar <bobby.prani@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-doc@vger.kernel.org
Subject: Re: [PATCH 1/1] doc: fix docbook generation
Date: Sun, 13 Jul 2014 09:53:17 -0700	[thread overview]
Message-ID: <53C2B97D.8040003@infradead.org> (raw)
In-Reply-To: <53C19428.9040008@gmail.com>

On 07/12/14 13:01, Pranith Kumar wrote:
> kernel/timer.c and kernel/hrtimer.c have moved to kernel/time directory. This
> causes docbook generation to fail. The following commit fixes it by updating the
> references.
> 
> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>

Already fixed in the timers tree (Thomas applied a patch from
Masanari Iida).

Thanks.

> ---
>  Documentation/DocBook/device-drivers.tmpl | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
> index dd3f278..f213058 100644
> --- a/Documentation/DocBook/device-drivers.tmpl
> +++ b/Documentation/DocBook/device-drivers.tmpl
> @@ -54,7 +54,7 @@
>  !Ikernel/sched/cpupri.c
>  !Ikernel/sched/fair.c
>  !Iinclude/linux/completion.h
> -!Ekernel/timer.c
> +!Ekernel/time/timer.c
>       </sect1>
>       <sect1><title>Wait queues and Wake events</title>
>  !Iinclude/linux/wait.h
> @@ -63,7 +63,7 @@
>       <sect1><title>High-resolution timers</title>
>  !Iinclude/linux/ktime.h
>  !Iinclude/linux/hrtimer.h
> -!Ekernel/hrtimer.c
> +!Ekernel/time/hrtimer.c
>       </sect1>
>       <sect1><title>Workqueues and Kevents</title>
>  !Ekernel/workqueue.c
> 


-- 
~Randy

      reply	other threads:[~2014-07-13 16:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-12 20:01 [PATCH 1/1] doc: fix docbook generation Pranith Kumar
2014-07-13 16:53 ` Randy Dunlap [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53C2B97D.8040003@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=bobby.prani@gmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.