From patchwork Wed Oct 8 23:32:11 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philip Rakity X-Patchwork-Id: 3411 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7172EDDF73 for ; Thu, 9 Oct 2008 10:36:10 +1100 (EST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1KniVq-00086O-TH; Wed, 08 Oct 2008 23:32:14 +0000 Received: from web58907.mail.re1.yahoo.com ([66.196.100.236]) by bombadil.infradead.org with smtp (Exim 4.68 #1 (Red Hat Linux)) id 1KniVo-00086I-F8 for linux-mtd@lists.infradead.org; Wed, 08 Oct 2008 23:32:12 +0000 Received: (qmail 93988 invoked by uid 60001); 8 Oct 2008 23:32:11 -0000 X-YMail-OSG: 6MamLIEVM1llp9FiBo5mD.0VWP6ev1yNo9RJgqKIhrZIHQXLylBIT305b4YZSDZYgJodG9etCTBMoW3PC9ho3b8PDIvlXYxfTAS.IomPWURDPkubLLxKoebmSsi9H4r0pZyhfcwNNFrICaEhkGs3XVinouMPmhzdrOQt1PZL6azu3IWMePOeU5LQ57A- Received: from [65.219.4.5] by web58907.mail.re1.yahoo.com via HTTP; Wed, 08 Oct 2008 16:32:11 PDT X-Mailer: YahooMailRC/1096.40 YahooMailWebService/0.7.218.2 Date: Wed, 8 Oct 2008 16:32:11 -0700 (PDT) From: Philip Rakity Subject: [PATCH] [MTD] documentation change - explain where mtd-id comes from To: linux-mtd@lists.infradead.org MIME-Version: 1.0 Message-ID: <563213.93552.qm@web58907.mail.re1.yahoo.com> X-Spam-Score: 0.0 (/) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Signed-off-by: Philip Rakity ~ --- linux-2.6.26.5/drivers/mtd/cmdlinepart.c.orig 2008-10-08 16:27:30.000000000 -0700 +++ linux-2.6.26.5/drivers/mtd/cmdlinepart.c 2008-10-08 16:29:00.000000000 -0700 @@ -9,6 +9,7 @@ * * mtdparts=[; := :[,] + * where is the name from the "cat /proc/mtd" command * := [@offset][][ro][lk] * := unique name used in mapping driver/device (mtd->name) * := standard linux memsize OR "-" to denote all remaining space