* [U-Boot] [patch u-boot git] mtdpart command: align output columns
@ 2009-04-17 2:55 David Brownell
2009-04-27 22:57 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: David Brownell @ 2009-04-17 2:55 UTC (permalink / raw)
To: u-boot
From: David Brownell <dbrownell@users.sourceforge.net>
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>
--- a/common/cmd_mtdparts.c
+++ b/common/cmd_mtdparts.c
@@ -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;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] [patch u-boot git] mtdpart command: align output columns
2009-04-17 2:55 [U-Boot] [patch u-boot git] mtdpart command: align output columns David Brownell
@ 2009-04-27 22:57 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2009-04-27 22:57 UTC (permalink / raw)
To: u-boot
Dear David Brownell,
In message <200904161955.48211.david-b@pacbell.net> you wrote:
> From: David Brownell <dbrownell@users.sourceforge.net>
>
> 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>
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
God made the integers; all else is the work of Man. - Kronecker
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-27 22:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 2:55 [U-Boot] [patch u-boot git] mtdpart command: align output columns David Brownell
2009-04-27 22:57 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox