drivers: fpga: Remove duplicate newlines

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>
This commit is contained in:
Marek Vasut 2024-07-20 14:40:37 +02:00 committed by Tom Rini
parent 22bd4c0da0
commit ae7d5b2fb3
6 changed files with 0 additions and 8 deletions

View file

@ -79,7 +79,6 @@ int ACEX1K_info( Altera_desc *desc )
return FPGA_SUCCESS;
}
/* ------------------------------------------------------------------------- */
/* ACEX1K Passive Serial Generic Implementation */

View 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
*/

View file

@ -580,7 +580,6 @@ void ispVMFreeMem(void)
}
}
/*
*
* ispVMDataSize

View file

@ -35,7 +35,6 @@ extern unsigned short g_usIntelDataIndex;
extern unsigned short g_usIntelBufferSize;
extern char *const g_szSupportedVersions[];
/*
* ispVMDelay
*

View 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)

View 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)