mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 06:24:17 +00:00
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:
parent
22bd4c0da0
commit
ae7d5b2fb3
6 changed files with 0 additions and 8 deletions
|
@ -79,7 +79,6 @@ int ACEX1K_info( Altera_desc *desc )
|
|||
return FPGA_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
/* ACEX1K Passive Serial Generic Implementation */
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -580,7 +580,6 @@ void ispVMFreeMem(void)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
* ispVMDataSize
|
||||
|
|
|
@ -35,7 +35,6 @@ extern unsigned short g_usIntelDataIndex;
|
|||
extern unsigned short g_usIntelBufferSize;
|
||||
extern char *const g_szSupportedVersions[];
|
||||
|
||||
|
||||
/*
|
||||
* ispVMDelay
|
||||
*
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue