]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mtdpart command: align output columns
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 17 Apr 2009 02:55:48 +0000 (19:55 -0700)
committerWolfgang Denk <wd@denx.de>
Mon, 27 Apr 2009 22:57:12 +0000 (00:57 +0200)
Make the headers in the "mtdparts" command output line up
with their columns ... strike the extra TAB character.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
common/cmd_mtdparts.c

index 3d437c0861070d261014188e7c6a8ff0eb9e10b4..e7b6accfd72b14e796b892e698bd52873a56ff93 100644 (file)
@@ -1314,7 +1314,7 @@ static void list_partitions(void)
                printf("\ndevice %s%d <%s>, # parts = %d\n",
                                MTD_DEV_TYPE(dev->id->type), dev->id->num,
                                dev->id->mtd_id, dev->num_parts);
-               printf(" #: name\t\t\tsize\t\toffset\t\tmask_flags\n");
+               printf(" #: name\t\tsize\t\toffset\t\tmask_flags\n");
 
                /* list partitions for given device */
                part_num = 0;