mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] of: property: fix error message
@ 2013-04-25 15:12 Steffen Trumtrar
  2013-04-26  5:27 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Trumtrar @ 2013-04-25 15:12 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

At least in standard oxford english one not is enough.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 commands/of_property.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/of_property.c b/commands/of_property.c
index 6311b70..44bb388 100644
--- a/commands/of_property.c
+++ b/commands/of_property.c
@@ -62,7 +62,7 @@ static int of_parse_prop_cells(char * const *newval, int count, char *data, int
 
 		/* If the ptr didn't advance, something went wrong */
 		if ((newp - cp) <= 0) {
-			printf("cannot not convert \"%s\"\n", cp);
+			printf("cannot convert \"%s\"\n", cp);
 			return -EINVAL;
 		}
 
@@ -105,7 +105,7 @@ static int of_parse_prop_stream(char * const *newval, int count, char *data, int
 
 		/* If the ptr didn't advance, something went wrong */
 		if ((newp - cp) <= 0) {
-			printf("cannot not convert \"%s\"\n", cp);
+			printf("cannot convert \"%s\"\n", cp);
 			return -EINVAL;
 		}
 	}
-- 
1.8.2.rc2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-04-26  5:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-25 15:12 [PATCH] of: property: fix error message Steffen Trumtrar
2013-04-26  5:27 ` Sascha Hauer

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