Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751321AbWHUX2T (ORCPT ); Mon, 21 Aug 2006 19:28:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751322AbWHUX2T (ORCPT ); Mon, 21 Aug 2006 19:28:19 -0400 Received: from xenotime.net ([66.160.160.81]:23786 "HELO xenotime.net") by vger.kernel.org with SMTP id S1751321AbWHUX2S (ORCPT ); Mon, 21 Aug 2006 19:28:18 -0400 Date: Mon, 21 Aug 2006 16:31:21 -0700 From: "Randy.Dunlap" To: Henne , jgarzik Cc: akpm@osdl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [LIBATA] [mm] change path to libata in libata.tmpl Message-Id: <20060821163121.93d7f0d5.rdunlap@xenotime.net> In-Reply-To: <44EA3E32.7060607@nachtwindheim.de> References: <44EA3E32.7060607@nachtwindheim.de> Organization: YPO4 X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2003 Lines: 69 On Tue, 22 Aug 2006 01:13:54 +0200 Henne wrote: > From: Henrik Kretzschmar > > Since libata moved from /drivers/scsi to /drivers/ata this template is broken. > This patch fixes it. > Signed-off-by: Henrik Kretzschmar > --- Acked-by: Randy Dunlap Thanks. > --- linux-2.6.18-rc4/Documentation/DocBook/libata.tmpl 2006-08-11 10:08:05.000000000 +0200 > +++ linux-2.6.18-rc4-mm1/Documentation/DocBook/libata.tmpl 2006-08-18 17:13:10.000000000 +0200 > @@ -868,18 +868,18 @@ > > > libata Library > -!Edrivers/scsi/libata-core.c > +!Edrivers/ata/libata-core.c > > > > libata Core Internals > -!Idrivers/scsi/libata-core.c > +!Idrivers/ata/libata-core.c > > > > libata SCSI translation/emulation > -!Edrivers/scsi/libata-scsi.c > -!Idrivers/scsi/libata-scsi.c > +!Edrivers/ata/libata-scsi.c > +!Idrivers/ata/libata-scsi.c > > > > @@ -1600,12 +1600,12 @@ > > > ata_piix Internals > -!Idrivers/scsi/ata_piix.c > +!Idrivers/ata/ata_piix.c > > > > sata_sil Internals > -!Idrivers/scsi/sata_sil.c > +!Idrivers/ata/sata_sil.c > > > > > - > 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/ > --- ~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/