public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: fix a path in a DocBook template
@ 2013-04-02 16:39 Guennadi Liakhovetski
  2013-04-02 16:33 ` Randy Dunlap
  2013-04-02 16:44 ` Jiri Slaby
  0 siblings, 2 replies; 3+ messages in thread
From: Guennadi Liakhovetski @ 2013-04-02 16:39 UTC (permalink / raw)
  To: Rob Landley; +Cc: linux-doc, linux-kernel, Jiri Slaby, Greg Kroah-Hartman

A wrong path to a driver breaks DocBook built.

Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---

A fix for 3.9

 Documentation/DocBook/device-drivers.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl
index 7514dbf..c36892c 100644
--- 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">
-- 
1.7.2.5


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 16:39 [PATCH] Documentation: fix a path in a DocBook template Guennadi Liakhovetski
2013-04-02 16:33 ` Randy Dunlap
2013-04-02 16:44 ` Jiri Slaby

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