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

2013-11-12 Thread Caizhiyong
From: Cai Zhiyong Date: Tue, 12 Nov 2013 15:50:42 +0800 Subject: [PATCH] block: cmdline-parser: perfect cmdline format checking -Fix compile warning with value and function undeclared. this reported by and Randy Dunlap -perfect cmdline format checking, make the error information clear

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

2013-11-12 Thread Caizhiyong
From: Cai Zhiyong caizhiy...@huawei.com Date: Tue, 12 Nov 2013 15:50:42 +0800 Subject: [PATCH] block: cmdline-parser: perfect cmdline format checking -Fix compile warning with value and function undeclared. this reported by fengguang...@intel.com and Randy Dunlap rdun...@infradead.org

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 an

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

2013-11-11 Thread Andrew Morton
On Sat, 9 Nov 2013 11:45:14 + Caizhiyong caizhiy...@hisilicon.com wrote: From: Cai Zhiyong caizhiy...@huawei.com 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

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 caizhiy...@hisilicon.com wrote: [] -perfect cmdline format checking, make the error information clear for understand, make this lib fully equivalent to the old parser in

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

2013-11-09 Thread Caizhiyong
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 -perfect cmdline format checking, make the error information clear

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

2013-11-09 Thread Caizhiyong
From: Cai Zhiyong caizhiy...@huawei.com 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 fengguang...@intel.com and Randy Dunlap rdun...@infradead.org