linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] Remove \n from yyerror() call.
@ 2008-01-04 21:10 Scott Wood
  2008-01-07 15:22 ` Jon Loeliger
  0 siblings, 1 reply; 2+ messages in thread
From: Scott Wood @ 2008-01-04 21:10 UTC (permalink / raw)
  To: jdl; +Cc: linuxppc-dev

The \n is provided by yyerror().

Signed-off-by: Scott Wood <scottwood@freescale.com>
---
 dtc-parser.y |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dtc-parser.y b/dtc-parser.y
index f50f2f0..3a24d14 100644
--- a/dtc-parser.y
+++ b/dtc-parser.y
@@ -332,7 +332,7 @@ subnodes:
 		}
 	| subnode propdef
 		{
-			yyerror("syntax error: properties must precede subnodes\n");
+			yyerror("syntax error: properties must precede subnodes");
 			YYERROR;
 		}
 	;
-- 
1.5.3

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

* Re: [PATCH 3/3] Remove \n from yyerror() call.
  2008-01-04 21:10 [PATCH 3/3] Remove \n from yyerror() call Scott Wood
@ 2008-01-07 15:22 ` Jon Loeliger
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Loeliger @ 2008-01-07 15:22 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev

So, like, the other day Scott Wood mumbled:
> The \n is provided by yyerror().
> 
> Signed-off-by: Scott Wood <scottwood@freescale.com>

Applied.

Thanks,
jdl

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

end of thread, other threads:[~2008-01-07 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-04 21:10 [PATCH 3/3] Remove \n from yyerror() call Scott Wood
2008-01-07 15:22 ` Jon Loeliger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).