Re: [PATCH] checkpatch.pl: Check for functions without a real prototype

2013-11-18 Thread Richard Weinberger
Am Montag, 18. November 2013, 14:36:22 schrieb Joe Perches: > On Mon, 2013-11-18 at 23:31 +0100, Richard Weinberger wrote: > > Functions like this one are evil: > > > > void foo() > > { > > > > ... > > > > } > > > > Signed-off-by: Richard Weinberger > > CC: h...@zytor.com > > I won't take

Re: [PATCH] checkpatch.pl: Check for functions without a real prototype

2013-11-18 Thread Joe Perches
On Mon, 2013-11-18 at 23:31 +0100, Richard Weinberger wrote: > Functions like this one are evil: > > void foo() > { > ... > } > > Signed-off-by: Richard Weinberger > CC: h...@zytor.com I won't take simple resubmissions without updating based on the notes I gave you. And now, this should