Skip to content
Snippets Groups Projects
Commit 788a8c1f authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

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: default avatarStephen Warren <swarren@nvidia.com>
parent 38a3021e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment