diff options
| author | Marek Vasut <[email protected]> | 2024-07-13 15:19:18 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-15 12:12:17 -0600 |
| commit | e794b99c0d18274b0cc72d4673485cd53a7b2c91 (patch) | |
| tree | 62a5b11b514f381684415e5f481371261a96955c /disk/part_dos.c | |
| parent | 910cef3d2fb955dd351142e07214390ce75ede13 (diff) | |
disk: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
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, |
