Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758470Ab3DBReC (ORCPT ); Tue, 2 Apr 2013 13:34:02 -0400 Received: from casper.infradead.org ([85.118.1.10]:54490 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756649Ab3DBReA (ORCPT ); Tue, 2 Apr 2013 13:34:00 -0400 Message-ID: <515B0877.3010804@infradead.org> Date: Tue, 02 Apr 2013 09:33:59 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Guennadi Liakhovetski CC: Rob Landley , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Slaby , Greg Kroah-Hartman Subject: Re: [PATCH] Documentation: fix a path in a DocBook template References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1255 Lines: 45 On 04/02/13 09:39, Guennadi Liakhovetski wrote: > A wrong path to a driver breaks DocBook built. > > Cc: Jiri Slaby > Signed-off-by: Guennadi Liakhovetski from yesterday: http://marc.info/?l=linux-kernel&m=136483456212321&w=2 anyway, again: Acked-by: Randy Dunlap 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 > > 16x50 UART Driver > !Edrivers/tty/serial/serial_core.c > -!Edrivers/tty/serial/8250/8250.c > +!Edrivers/tty/serial/8250/8250_core.c > > > > -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/