Re: [PATCH 1/4] DTC: Reformat grammar rules to not mix language syntax and yacc syntax.

2007-10-22 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > On Fri, Oct 19, 2007 at 12:42:32PM -0500, Jon Loeliger wrote: > > > > Use consistent indenting on all rule actions. > > > > Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> > > Meh, I kind of did it that way to keep the simple rules less bulky, > bu

Re: [PATCH 1/4] DTC: Reformat grammar rules to not mix language syntax and yacc syntax.

2007-10-20 Thread David Gibson
On Fri, Oct 19, 2007 at 12:42:32PM -0500, Jon Loeliger wrote: > > Use consistent indenting on all rule actions. > > Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Meh, I kind of did it that way to keep the simple rules less bulky, but I don't really care much either way. Acked-by: David Gibson

[PATCH 1/4] DTC: Reformat grammar rules to not mix language syntax and yacc syntax.

2007-10-19 Thread Jon Loeliger
Use consistent indenting on all rule actions. Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> --- No functional changes! dtc-parser.y | 152 +- 1 files changed, 118 insertions(+), 34 deletions(-) diff --git a/dtc-parser.y b/dtc-parser.y