From 6ca619256509beb061bbe7ea00cb7ad6383d50d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Tue, 23 Jul 2013 14:03:33 +0200 Subject: [PATCH] mtdparts: merge incorrectly split message parts in error message --- common/cmd_mtdparts.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/cmd_mtdparts.c b/common/cmd_mtdparts.c index 06fc171fe3..9b77ac41e4 100644 --- a/common/cmd_mtdparts.c +++ b/common/cmd_mtdparts.c @@ -338,8 +338,7 @@ static int part_validate_eraseblock(struct mtdids *id, struct part_info *part) * checking for alignment is easy here */ if ((unsigned long)part->offset % mtd->erasesize) { - printf("%s%d: partition (%s) start offset" - "alignment incorrect\n", + printf("%s%d: partition (%s) start offset alignment incorrect\n", MTD_DEV_TYPE(id->type), id->num, part->name); return 1; } -- 2.39.2