]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
disk: part_efi: re-order partition list printf, change case
authorStephen Warren <swarren@nvidia.com>
Mon, 8 Oct 2012 08:14:33 +0000 (08:14 +0000)
committerTom Rini <trini@ti.com>
Wed, 17 Oct 2012 14:59:10 +0000 (07:59 -0700)
commit788a8c1fc9d27aa9f07d85425783bfce6ebe974a
treea759350259375c3d7d42bf88876153b760851969
parent38a3021edc5421a2fae90d57112d001d74bba1fa
disk: part_efi: re-order partition list printf, change case

The partition name is a long variable-length string. Move it last on
the line to ensure consistent layout and that the entries align with
the "header" line. Also, surround it in quotes, so if it's empty, it's
obvious that something is still being printed.

Also, change the case of the LBA numbers; lower-case looks nicer in my
opinion, and will be more consistent with the UUID printing that is
added later in this series.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
disk/part_efi.c