From: Lothar Waßmann Date: Tue, 23 Jul 2013 12:03:33 +0000 (+0200) Subject: mtdparts: merge incorrectly split message parts in error message X-Git-Tag: KARO_TX6-2013-08-01~5 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=6ca619256509beb061bbe7ea00cb7ad6383d50d0 mtdparts: merge incorrectly split message parts in error message --- 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; }