From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751918Ab1IZOdX (ORCPT ); Mon, 26 Sep 2011 10:33:23 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:47839 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151Ab1IZOdW (ORCPT ); Mon, 26 Sep 2011 10:33:22 -0400 Subject: Re: [PATCHv8] UBI: new module ubiblk: block layer on top of UBI From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: David Wagner Cc: linux-mtd , linux-embedded , lkml , Tim Bird , David Woodhouse , Ricard Wanderlof , Arnd Bergmann Date: Mon, 26 Sep 2011 17:36:07 +0300 In-Reply-To: <1317047152-18809-1-git-send-email-david.wagner@free-electrons.com> References: <1308922482-14967-1-git-send-email-david.wagner@free-electrons.com> <1317047152-18809-1-git-send-email-david.wagner@free-electrons.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.3 (3.0.3-1.fc15) Content-Transfer-Encoding: 7bit Message-ID: <1317047776.9442.10.camel@sauron> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2011-09-26 at 16:25 +0200, David Wagner wrote: > +MODULE_PARM_DESC(volume, > + "Format: volume=:\n" > + "Create a ubiblk device at init time. Useful for mounting it as root " > + "device."); Sorry, you still did not change the documentation. It should describe what this parameter is. Now I see that it requires volume ID. -- Best Regards, Artem Bityutskiy From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wy0-f177.google.com ([74.125.82.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R8CFH-0001ah-Cc for linux-mtd@lists.infradead.org; Mon, 26 Sep 2011 14:33:24 +0000 Received: by wyi11 with SMTP id 11so5359789wyi.36 for ; Mon, 26 Sep 2011 07:33:21 -0700 (PDT) Subject: Re: [PATCHv8] UBI: new module ubiblk: block layer on top of UBI From: Artem Bityutskiy To: David Wagner Date: Mon, 26 Sep 2011 17:36:07 +0300 In-Reply-To: <1317047152-18809-1-git-send-email-david.wagner@free-electrons.com> References: <1308922482-14967-1-git-send-email-david.wagner@free-electrons.com> <1317047152-18809-1-git-send-email-david.wagner@free-electrons.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1317047776.9442.10.camel@sauron> Mime-Version: 1.0 Cc: Ricard Wanderlof , Arnd Bergmann , linux-embedded , lkml , linux-mtd , Tim Bird , David Woodhouse Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2011-09-26 at 16:25 +0200, David Wagner wrote: > +MODULE_PARM_DESC(volume, > + "Format: volume=:\n" > + "Create a ubiblk device at init time. Useful for mounting it as root " > + "device."); Sorry, you still did not change the documentation. It should describe what this parameter is. Now I see that it requires volume ID. -- Best Regards, Artem Bityutskiy