All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] DocBook/device-drivers.tmpl: fix 8250.c reference
  2013-04-01 16:42 [PATCH] DocBook/device-drivers.tmpl: fix 8250.c reference Kyle McMartin
@ 2013-04-01 16:11 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2013-04-01 16:11 UTC (permalink / raw)
  To: Kyle McMartin; +Cc: linux-kernel, jforbes, Greg Kroah-Hartman

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

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

* [PATCH] DocBook/device-drivers.tmpl: fix 8250.c reference
@ 2013-04-01 16:42 Kyle McMartin
  2013-04-01 16:11 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle McMartin @ 2013-04-01 16:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: jforbes, rdunlap

htmldocs will fail, because device-drivers.tmpl references the
non-existant file 8250.c (which got renamed to 8250_core.c)

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

--- 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">

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

end of thread, other threads:[~2013-04-01 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-01 16:42 [PATCH] DocBook/device-drivers.tmpl: fix 8250.c reference Kyle McMartin
2013-04-01 16:11 ` Randy Dunlap

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.