Re: [PATCH] regulator: fix fatal kernel-doc error

2013-09-19 Thread Mark Brown
On Thu, Sep 19, 2013 at 11:26:26PM +0800, Fengguang Wu wrote: > On Thu, Sep 19, 2013 at 03:01:31PM +0100, Mark Brown wrote: > > I'd expect it to be but then it seems like the issue that Randy found > > wasn't picked up... not sure if there's some other build that would > > cover it or something.

Re: [PATCH] regulator: fix fatal kernel-doc error

2013-09-19 Thread Fengguang Wu
On Thu, Sep 19, 2013 at 03:01:31PM +0100, Mark Brown wrote: > On Wed, Sep 18, 2013 at 07:33:28AM +0800, Fengguang Wu wrote: > > On Tue, Sep 17, 2013 at 08:23:55PM +0100, Mark Brown wrote: > > > > Could these checks be added to Fengguang's tester? If nobody's looking > > > at the output (I've neve

Re: [PATCH] regulator: fix fatal kernel-doc error

2013-09-19 Thread Mark Brown
On Wed, Sep 18, 2013 at 07:33:28AM +0800, Fengguang Wu wrote: > On Tue, Sep 17, 2013 at 08:23:55PM +0100, Mark Brown wrote: > > Could these checks be added to Fengguang's tester? If nobody's looking > > at the output (I've never found the processed output useful myself) or > > running the tool th

Re: [PATCH] regulator: fix fatal kernel-doc error

2013-09-17 Thread Fengguang Wu
On Tue, Sep 17, 2013 at 08:23:55PM +0100, Mark Brown wrote: > On Tue, Sep 17, 2013 at 10:09:24AM -0700, Randy Dunlap wrote: > > On 09/17/13 03:32, Mark Brown wrote: > > /** means kernel-doc syntax and it was not in proper kernel-doc format, > > but maybe it could just be a Warning instead of a fa

Re: [PATCH] regulator: fix fatal kernel-doc error

2013-09-17 Thread Mark Brown
On Tue, Sep 17, 2013 at 10:09:24AM -0700, Randy Dunlap wrote: > On 09/17/13 03:32, Mark Brown wrote: > > Applied with the first line redone, but this seems like really terrible > > quality of implementation for the kernel-doc stuff - it shouldn't > > explode over something readily copable with lik

Re: [PATCH] regulator: fix fatal kernel-doc error

2013-09-17 Thread Randy Dunlap
On 09/17/13 03:32, Mark Brown wrote: > On Mon, Sep 16, 2013 at 06:08:02PM -0700, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Fix fatal kernel-doc error in : >> >> Error(include/linux/regulator/driver.h:52): cannot understand prototype: >> 'struct regulator_linear_range ' > > Applied with the

Re: [PATCH] regulator: fix fatal kernel-doc error

2013-09-17 Thread Mark Brown
On Mon, Sep 16, 2013 at 06:08:02PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix fatal kernel-doc error in : > > Error(include/linux/regulator/driver.h:52): cannot understand prototype: > 'struct regulator_linear_range ' Applied with the first line redone, but this seems like really

[PATCH] regulator: fix fatal kernel-doc error

2013-09-16 Thread Randy Dunlap
From: Randy Dunlap Fix fatal kernel-doc error in : Error(include/linux/regulator/driver.h:52): cannot understand prototype: 'struct regulator_linear_range ' Signed-off-by: Randy Dunlap Cc: Liam Girdwood Cc: Mark Brown --- include/linux/regulator/driver.h |2 ++ 1 file changed,