]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
disk: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:18 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:17 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
disk/part_amiga.c
disk/part_amiga.h
disk/part_dos.c
disk/part_iso.h
disk/part_mac.c
disk/part_mac.h

index 9b0f2fe749854355470b4034831b66367c5b08de..5b8ae5762d3a91e2089028c178995eb59057d9ea 100644 (file)
@@ -304,7 +304,6 @@ static int part_get_info_amiga(struct blk_desc *desc, int part,
     info->blksz = rdb.block_bytes;
     bcpl_strcpy((char *)info->name, p->drive_name);
 
-
     disk_type = g->dos_type;
 
     info->type[0] = (disk_type & 0xFF000000)>>24;
index dfa70bdb8a8c2b362e5089f8eb5b4e82a5819051..3c27bfe8fde2b5f138fb0e1ac13b5607c526d33f 100644 (file)
@@ -16,7 +16,6 @@
 #define DEFAULT_SECTOR_SIZE    512
 #endif
 
-
 #define AMIGA_BLOCK_LIMIT 16
 
 /*
@@ -102,7 +101,6 @@ struct bootcode_block
     u32   load_data[123];
 };
 
-
 #define AMIGA_ID_RDISK                  0x5244534B
 #define AMIGA_ID_PART                   0x50415254
 #define AMIGA_ID_BOOT                   0x424f4f54
index e6b5295e0ec4d70ae494d0cca0b159f1642d6f1f..09af2aeeb995478040965851a39526294d23aa9a 100644 (file)
@@ -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,
index eb2c3ab66f4ed6848a1e1360231daaf5dea91794..6973a2943e17c1d2d20eb754ae4c3941395a7b16 100644 (file)
@@ -9,7 +9,6 @@
 #define BRVD   0x11
 #define PVD_OFFSET 0x10
 
-
 typedef struct iso_boot_rec {
        unsigned char desctype;                 /* type of Volume descriptor: 0 = boot record, 1 = primary, 2 = Supplement, 3 = volume part 0xff trminator */
        unsigned char stand_ident[5]; /* "CD001" */
@@ -19,7 +18,6 @@ typedef struct iso_boot_rec {
        unsigned char pointer[4];               /* absolute pointer to Boot Catalog */
 } iso_boot_rec_t;
 
-
 typedef struct iso_pri_rec {
        unsigned char desctype;                 /* type of Volume descriptor: 0 = boot record, 1 = primary, 2 = Supplement, 3 = volume part 0xff trminator */
        unsigned char stand_ident[5]; /* "CD001" */
@@ -109,7 +107,6 @@ typedef struct iso_part_rec {
        unsigned int partsiz_BE;                /* volume partition size BE */
 }iso_part_rec_t;
 
-
 typedef struct iso_val_entry {
        unsigned char   header_id;              /* Header ID must be 0x01 */
        unsigned char   platform;                       /* Platform: 0=x86, 1=PowerPC, 2=MAC */
@@ -126,7 +123,6 @@ typedef struct iso_header_entry {
        char                                    id_str[0x1C]; /* Ident String of sectionr */
 } iso_header_entry_t;
 
-
 typedef struct iso_init_def_entry {
        unsigned char   boot_ind;                       /* Boot indicator 0x88=bootable 0=not bootable */
        unsigned char   boot_media;             /* boot Media Type: 0=no Emulation, 1=1.2MB floppy, 2=1.44MB floppy, 3=2.88MB floppy 4=hd (0x80) */
@@ -137,7 +133,6 @@ typedef struct iso_init_def_entry {
        unsigned char rel_block_addr[4];        /* relative Block address */
 } iso_init_def_entry_t;
 
-
 void print_partition_cd(int dev);
 
 #endif /* _PART_CD_H */
index 81a65823be9939d72b4441d3e3c462b95e236c21..21c85942fd840b0e590e0ebc979cd2927ee781bd 100644 (file)
@@ -29,7 +29,6 @@ extern ldiv_t ldiv (long int __numer, long int __denom);
 # define __ldiv_t_defined      1
 #endif
 
-
 static int part_mac_read_ddb(struct blk_desc *desc, mac_driver_desc_t *ddb_p);
 static int part_mac_read_pdb(struct blk_desc *desc, int part,
                             mac_partition_t *pdb_p);
@@ -90,7 +89,6 @@ static void part_print_mac(struct blk_desc *desc)
        gb.rem += 512;
        gb.rem /= 1024;
 
-
        printf ("Block Size=%d, Number of Blocks=%d, "
                "Total Capacity: %ld.%ld MB = %ld.%ld GB\n"
                "DeviceType=0x%x, DeviceId=0x%x\n\n"
@@ -148,7 +146,6 @@ static void part_print_mac(struct blk_desc *desc)
        return;
 }
 
-
 /*
  * Read Device Descriptor Block
  */
index 5f396c94089da0eb3378b6dbc0fa9ff3c9b7edaa..b2ee086bb6fea7c3cf370a176dac4d5170a7bdd3 100644 (file)
@@ -43,7 +43,6 @@ typedef struct mac_driver_entry {
        __u16   type;           /* OS Type                              */
 } mac_driver_entry_t;
 
-
 #define MAC_PARTITION_MAGIC    0x504d
 
 /* type field value for A/UX or other Unix partitions */