board: vscom: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-22 10:51:47 -06:00
committed by Tom Rini
parent 746cf9c88d
commit fd22833355
-1
View File
@@ -285,7 +285,6 @@ int ft_board_setup(void *blob, struct bd_info *bd)
mac_addr[4] = header.MAC1[4];
mac_addr[5] = header.MAC1[5];
node = fdt_path_offset(blob, "ethernet0");
if (node < 0) {
printf("no ethernet0 path offset\n");