diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-15 12:28:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:28:22 -0600 |
commit | af3c2166d54cdb71914baece900095bad5a44862 (patch) | |
tree | fb3305c01cc31f9d81ff9822486daa6f6243f98e /disk/part_dos.c | |
parent | c00018507d9923b9137be4b89eb3c3110708a096 (diff) | |
parent | 3451b69e33dd3c862d9a843ed22c06c3184136b8 (diff) | |
download | u-boot-af3c2166d54cdb71914baece900095bad5a44862.tar.gz |
Merge patch series "api: Remove duplicate newlines"WIP/15Jul2024
This removes a number of duplicate newlines throughout the codebase.
Diffstat (limited to 'disk/part_dos.c')
-rw-r--r-- | disk/part_dos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/disk/part_dos.c b/disk/part_dos.c index e6b5295e0ec..09af2aeeb99 100644 --- a/disk/part_dos.c +++ b/disk/part_dos.c @@ -197,7 +197,6 @@ static void print_partition_extended(struct blk_desc *desc, return; } - /* Print a partition that is relative to its Extended partition table */ static int part_get_info_extended(struct blk_desc *desc, |