From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artem Bityutskiy Subject: Re: [PATCHv8] UBI: new module ubiblk: block layer on top of UBI Date: Mon, 26 Sep 2011 17:36:07 +0300 Message-ID: <1317047776.9442.10.camel@sauron> References: <1308922482-14967-1-git-send-email-david.wagner@free-electrons.com> <1317047152-18809-1-git-send-email-david.wagner@free-electrons.com> Reply-To: dedekind1@gmail.com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:date:in-reply-to:references :content-type:x-mailer:content-transfer-encoding:message-id :mime-version; bh=LtR332T26Y9kMPiD8XyBpCIcdCqGBslvdNJaUkicyjE=; b=HSurw3BcWDibF8trLbtzavlqXZgYSW/mXaI9insjrQyFyNB3vYeezzfUqAgBvPMR88 meLLBgei23TnPL0YK0WUHRTFf3leXXfUSnd3BVs9VxPGhgoKB/+1NmZPZ1N+dVbggzYy FbNegfeTJMoD5Jk1Uzj7pW6lM0hiv2vwR4dhc= In-Reply-To: <1317047152-18809-1-git-send-email-david.wagner@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: David Wagner Cc: linux-mtd , linux-embedded , lkml , Tim Bird , David Woodhouse , Ricard Wanderlof , Arnd Bergmann 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