]> Git Repo - J-u-boot.git/blobdiff - disk/part_mac.c
Merge patch series "dwc3: gadget: properly fix cache operations"
[J-u-boot.git] / disk / part_mac.c
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
  */
This page took 0.022873 seconds and 4 git commands to generate.