mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-26 09:01:35 +00:00
mtdpart command: align output columns
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>
This commit is contained in:
parent
06f41f825c
commit
08f077da92
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,7 @@ static void list_partitions(void)
|
||||||
printf("\ndevice %s%d <%s>, # parts = %d\n",
|
printf("\ndevice %s%d <%s>, # parts = %d\n",
|
||||||
MTD_DEV_TYPE(dev->id->type), dev->id->num,
|
MTD_DEV_TYPE(dev->id->type), dev->id->num,
|
||||||
dev->id->mtd_id, dev->num_parts);
|
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 */
|
/* list partitions for given device */
|
||||||
part_num = 0;
|
part_num = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue