Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754413AbaKEJSl (ORCPT ); Wed, 5 Nov 2014 04:18:41 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:51347 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753488AbaKEJSh (ORCPT ); Wed, 5 Nov 2014 04:18:37 -0500 Date: Wed, 5 Nov 2014 01:18:33 -0800 From: Brian Norris To: Michal Sojka Cc: David Woodhouse , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Update help of CONFIG_MTD_OF_PARTS Message-ID: <20141105091833.GG22361@norris-Latitude-E6410> References: <1412946377-18933-1-git-send-email-sojkam1@fel.cvut.cz> <20141022053453.GA16128@brian-ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141022053453.GA16128@brian-ubuntu> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 21, 2014 at 10:34:53PM -0700, Brian Norris wrote: > On Fri, Oct 10, 2014 at 03:06:17PM +0200, Michal Sojka wrote: > > The help text of CONFIG_MTD_OF_PARTS refers to additional documentation > > in booting-without-of.txt but this documentation was moved to another > > file in commit efcc2da3fd148c9acb7d7cf1d9800e0649f950fc (Stefan Roese: > > Factor MTD physmap bindings out of booting-without-of). This updates the > > help text to point to the right place. > > > > Signed-off-by: Michal Sojka > > --- > > drivers/mtd/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig > > index 94b8210..fa8371a 100644 > > --- a/drivers/mtd/Kconfig > > +++ b/drivers/mtd/Kconfig > > @@ -133,7 +133,7 @@ config MTD_OF_PARTS > > help > > This provides a partition parsing function which derives > > the partition map from the children of the flash node, > > - as described in Documentation/devicetree/booting-without-of.txt. > > + as described in Documentation/devicetree/bindings/mtd/mtd-physmap.txt. > > Did you read this file before sending the patch? I'm pretty sure you're > looking for this file instead: > > Documentation/devicetree/bindings/mtd/partition.txt Fixed this up and pushed to l2-mtd.git. Brian -- 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/