Re: [PATCH] block: cmdline-parser: perfect cmdline format checking

2013-11-11 Thread Joe Perches
On Mon, 2013-11-11 at 15:34 -0800, Andrew Morton wrote: > On Sat, 9 Nov 2013 11:45:14 + Caizhiyong wrote: [] > > -perfect cmdline format checking, make the error information clear > > for understand, make this lib fully equivalent to the old parser > > in drivers/mtd/cmdlinepart.c > > >

Re: [PATCH] block: cmdline-parser: perfect cmdline format checking

2013-11-11 Thread Andrew Morton
On Sat, 9 Nov 2013 11:45:14 + Caizhiyong wrote: > From: Cai Zhiyong > Date: Sat, 9 Nov 2013 19:27:38 +0800 > Subject: [PATCH] block: cmdline-parser: perfect cmdline format checking > > -Fix compile warning with value and function undeclared. > this reported by and > Randy Dunlap > >