]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: fpga: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:37 +0000 (14:40 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:53:05 +0000 (10:53 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Michal Simek <michal.simek@amd.com>
drivers/fpga/ACEX1K.c
drivers/fpga/fpga.c
drivers/fpga/ivm_core.c
drivers/fpga/lattice.c
drivers/fpga/spartan2.c
drivers/fpga/spartan3.c

index cb7877a8afe761dc5c2179d5961a8ba3df357063..3de9011ac06597f13e67dfe3ec076bdf7d91572c 100644 (file)
@@ -79,7 +79,6 @@ int ACEX1K_info( Altera_desc *desc )
        return FPGA_SUCCESS;
 }
 
-
 /* ------------------------------------------------------------------------- */
 /* ACEX1K Passive Serial Generic Implementation                                  */
 
index 38ba6c21ea2beeb733704196dfb56e6df9107b35..1f6782537de96b146283a2afc4bf168d67e619c1 100644 (file)
@@ -30,7 +30,6 @@ static void fpga_no_sup(char *fn, char *msg)
                printf("No FPGA support!\n");
 }
 
-
 /* fpga_get_desc
  *     map a device number to a descriptor
  */
index b9cecdd8720a6f201338096be7561a2eed125d5c..3c9a01e5110439f9ab1b5cf26978e8d94deeb5c0 100644 (file)
@@ -580,7 +580,6 @@ void ispVMFreeMem(void)
        }
 }
 
-
 /*
  *
  * ispVMDataSize
index 036580cad70f8cc549b02c53af39f430c0325d0b..3f481e385655354a8f268ecfde087473f32623c7 100644 (file)
@@ -35,7 +35,6 @@ extern unsigned short g_usIntelDataIndex;
 extern unsigned short g_usIntelBufferSize;
 extern char *const g_szSupportedVersions[];
 
-
 /*
  * ispVMDelay
  *
index 9cd6cb7f0fbd83f9c66c4ab78e9421df1b8326b0..906649ea18139ddba8f79608cfd3974832a31e6e 100644 (file)
@@ -85,7 +85,6 @@ static int spartan2_info(xilinx_desc *desc)
        return FPGA_SUCCESS;
 }
 
-
 /* ------------------------------------------------------------------------- */
 /* Spartan-II Slave Parallel Generic Implementation */
 
@@ -285,7 +284,6 @@ static int spartan2_sp_dump(xilinx_desc *desc, const void *buf, size_t bsize)
        return ret_val;
 }
 
-
 /* ------------------------------------------------------------------------- */
 
 static int spartan2_ss_load(xilinx_desc *desc, const void *buf, size_t bsize)
index b4d87d47d9332388bb2c1709b3c5553b9aefdfa7..98405589134317b697be5d543c6b9651098e6a46 100644 (file)
@@ -91,7 +91,6 @@ static int spartan3_info(xilinx_desc *desc)
        return FPGA_SUCCESS;
 }
 
-
 /* ------------------------------------------------------------------------- */
 /* Spartan-II Slave Parallel Generic Implementation */
 
@@ -293,7 +292,6 @@ static int spartan3_sp_dump(xilinx_desc *desc, const void *buf, size_t bsize)
        return ret_val;
 }
 
-
 /* ------------------------------------------------------------------------- */
 
 static int spartan3_ss_load(xilinx_desc *desc, const void *buf, size_t bsize)