All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/fitimage: add missing linebreak for some messages
@ 2021-05-25 21:15 Sven Roederer
  2021-07-15  1:27 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Roederer @ 2021-05-25 21:15 UTC (permalink / raw)
  To: u-boot

Add a linebreak to two messages and fix punctuation.

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
---
 tools/fit_image.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/fit_image.c b/tools/fit_image.c
index ae30f80783..f4f372ba62 100644
--- a/tools/fit_image.c
+++ b/tools/fit_image.c
@@ -524,7 +524,7 @@ static int fit_extract_data(struct image_tool_params *params, const char *fname)
 	/* Check if an offset for the external data was set. */
 	if (params->external_offset > 0) {
 		if (params->external_offset < new_size) {
-			debug("External offset %x overlaps FIT length %x",
+			debug("External offset %x overlaps FIT length %x\n",
 			      params->external_offset, new_size);
 			ret = -EINVAL;
 			goto err;
@@ -737,7 +737,7 @@ static int fit_handle_file(struct image_tool_params *params)
 	if (strlen (params->imagefile) +
 		strlen (MKIMAGE_TMPFILE_SUFFIX) + 1 > sizeof (tmpfile)) {
 		fprintf (stderr, "%s: Image file name (%s) too long, "
-				"can't create tmpfile",
+				"can't create tmpfile.\n",
 				params->imagefile, params->cmdname);
 		return (EXIT_FAILURE);
 	}
-- 
2.20.1


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

* Re: [PATCH] tools/fitimage: add missing linebreak for some messages
  2021-05-25 21:15 [PATCH] tools/fitimage: add missing linebreak for some messages Sven Roederer
@ 2021-07-15  1:27 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-07-15  1:27 UTC (permalink / raw)
  To: Sven Roederer; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

On Tue, May 25, 2021 at 11:15:27PM +0200, Sven Roederer wrote:

> Add a linebreak to two messages and fix punctuation.
> 
> Signed-off-by: Sven Roederer <devel-sven@geroedel.de>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2021-07-15  1:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 21:15 [PATCH] tools/fitimage: add missing linebreak for some messages Sven Roederer
2021-07-15  1:27 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.