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 cb7877a..3de9011 100644 (file)
@@ -79,7 +79,6 @@ int ACEX1K_info( Altera_desc *desc )
        return FPGA_SUCCESS;
 }
 
-
 /* ------------------------------------------------------------------------- */
 /* ACEX1K Passive Serial Generic Implementation                                  */
 
index 38ba6c2..1f67825 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 b9cecdd..3c9a01e 100644 (file)
@@ -580,7 +580,6 @@ void ispVMFreeMem(void)
        }
 }
 
-
 /*
  *
  * ispVMDataSize
index 036580c..3f481e3 100644 (file)
@@ -35,7 +35,6 @@ extern unsigned short g_usIntelDataIndex;
 extern unsigned short g_usIntelBufferSize;
 extern char *const g_szSupportedVersions[];
 
-
 /*
  * ispVMDelay
  *
index 9cd6cb7..906649e 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 b4d87d4..9840558 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)