public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* error from checkpatch.pl version 0.10
@ 2007-09-20 12:56 Tetsuo Handa
  2007-09-20 13:49 ` Satyam Sharma
  0 siblings, 1 reply; 5+ messages in thread
From: Tetsuo Handa @ 2007-09-20 12:56 UTC (permalink / raw)
  To: linux-kernel

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)
                                                              ^

What action should I take?
Ignore this error because "poll_table" is used everywhere?
Replace "poll_table" with "struct poll_table_struct" according to
definition of "poll_table"?

  typedef struct poll_table_struct {
          poll_queue_proc qproc;
  } poll_table;

Regards.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-21 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 12:56 error from checkpatch.pl version 0.10 Tetsuo Handa
2007-09-20 13:49 ` Satyam Sharma
2007-09-20 14:30   ` Tetsuo Handa
2007-09-20 15:53   ` Andy Whitcroft
2007-09-21 13:09     ` Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox