A wrong path to a driver breaks DocBook built.
Cc: Jiri Slaby <[email protected]>
Signed-off-by: Guennadi Liakhovetski <[email protected]>
---
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
On 04/02/2013 06:39 PM, Guennadi Liakhovetski wrote:
> A wrong path to a driver breaks DocBook built.
>
> Cc: Jiri Slaby <[email protected]>
> Signed-off-by: Guennadi Liakhovetski <[email protected]>
Yes, thanks for fixing.
Acked-by: Jiri Slaby <[email protected]>
> 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">
>
--
js
suse labs
On 04/02/13 09:39, Guennadi Liakhovetski wrote:
> A wrong path to a driver breaks DocBook built.
>
> Cc: Jiri Slaby <[email protected]>
> Signed-off-by: Guennadi Liakhovetski <[email protected]>
from yesterday:
http://marc.info/?l=linux-kernel&m=136483456212321&w=2
anyway, again:
Acked-by: Randy Dunlap <[email protected]>
Thanks.
> ---
>
> 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">
>
--
~Randy