All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Kyle McMartin <kyle@mcmartin.ca>
Cc: linux-kernel@vger.kernel.org, jforbes@redhat.com,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: [PATCH] DocBook/device-drivers.tmpl: fix 8250.c reference
Date: Mon, 01 Apr 2013 09:11:41 -0700	[thread overview]
Message-ID: <5159B1BD.50703@infradead.org> (raw)
In-Reply-To: <20130401164230.GO12938@bombadil.infradead.org>

On 04/01/13 09:42, Kyle McMartin wrote:
> htmldocs will fail, because device-drivers.tmpl references the
> non-existant file 8250.c (which got renamed to 8250_core.c)
> 

This is a fatal docbook error.

> Signed-off-by: Kyle McMartin <kyle@redhat.com>

Yes, I was about to make this same patch.  Thanks.

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> 
> --- a/Documentation/DocBook/device-drivers.tmpl
> +++ b/Documentation/DocBook/device-drivers.tmpl
> @@ -227,7 +227,7 @@ X!Isound/sound_firmware.c
>    <chapter id="uart16x50">
>       <title>16x50 UART Driver</title>
>  !Edrivers/tty/serial/serial_core.c
> -!Edrivers/tty/serial/8250/8250.c
> +!Edrivers/tty/serial/8250/8250_core.c
>    </chapter>
>  
>    <chapter id="fbdev">
> --


-- 
~Randy

      reply	other threads:[~2013-04-01 17:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-01 16:42 [PATCH] DocBook/device-drivers.tmpl: fix 8250.c reference Kyle McMartin
2013-04-01 16:11 ` 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=5159B1BD.50703@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jforbes@redhat.com \
    --cc=kyle@mcmartin.ca \
    --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.