Re: error from checkpatch.pl version 0.10

2007-09-21 Thread Jan Engelhardt
On Sep 20 2007 16:53, Andy Whitcroft wrote: >> > ERROR: need consistent spacing around '*' (ctx:WxV) >> > #2334: FILE: security/tomoyo/common.c:2306: >> > +static unsigned int tmy_poll(struct file *file, poll_table *wait) >> > ^ >

Re: error from checkpatch.pl version 0.10

2007-09-20 Thread Andy Whitcroft
On Thu, Sep 20, 2007 at 07:19:59PM +0530, Satyam Sharma wrote: > > > On Thu, 20 Sep 2007, Tetsuo Handa wrote: > > > > I checked my patch using checkpatch.pl version 0.10 > > and I got the following error. > > > > ERROR: need consistent spacing around '*' (ctx:WxV) > > #2334: FILE: security/

Re: error from checkpatch.pl version 0.10

2007-09-20 Thread Tetsuo Handa
Hello. Satyam Sharma wrote: > Looks like a checkpatch.pl bug to me -- that was nothing to warn about. I see. I'll wait for next version. > struct poll_table { > poll_queue_proc qproc; > }; poll_table is defined in include/linux/poll.h . To change this, we have to do "sed

Re: error from checkpatch.pl version 0.10

2007-09-20 Thread Satyam Sharma
On Thu, 20 Sep 2007, Tetsuo Handa wrote: > > I checked my patch using checkpatch.pl version 0.10 > and I got the following error. > > ERROR: need consistent spacing around '*' (ctx:WxV) > #2334: FILE: security/tomoyo/common.c:2306: > +static unsigned int tmy_poll(struct file *file, poll_t

error from checkpatch.pl version 0.10

2007-09-20 Thread Tetsuo Handa
Hello. I checked my patch using checkpatch.pl version 0.10 and I got the following error. ERROR: need consistent spacing around '*' (ctx:WxV) #2334: FILE: security/tomoyo/common.c:2306: +static unsigned int tmy_poll(struct file *file, poll_table *wait)