Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Stephen Warren's avatar
    788a8c1f
    disk: part_efi: re-order partition list printf, change case · 788a8c1f
    Stephen Warren authored
    
    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>
    788a8c1f
    History
    disk: part_efi: re-order partition list printf, change case
    Stephen Warren authored
    
    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>