1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02: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:
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

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