Re: [PATCH] checkpatch: Add for_each tests to indentation and brace tests

2014-07-14 Thread Joe Perches
On Mon, 2014-07-14 at 09:13 +0100, Andy Whitcroft wrote: > On Sat, Jul 12, 2014 at 10:33:54PM -0700, Joe Perches wrote: > > All the various for_each loop macros were not tested for > > trailing brace on the following lines and for bad indentation. > > > > Add them. [] > > diff --git a/scripts/chec

Re: [PATCH] checkpatch: Add for_each tests to indentation and brace tests

2014-07-14 Thread Andy Whitcroft
On Sat, Jul 12, 2014 at 10:33:54PM -0700, Joe Perches wrote: > All the various for_each loop macros were not tested for > trailing brace on the following lines and for bad indentation. > > Add them. > > Reported-by: Greg KH > Signed-off-by: Joe Perches > --- > On Sat, 2014-07-12 at 16:08 -0700,