]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: qualcomm: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 19 Jul 2024 10:49:02 +0000 (12:49 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:51:47 +0000 (10:51 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
board/qualcomm/dragonboard410c/dragonboard410c.c

index bd2e213b3bca4e0ffa402e9ddfdebfc1b01bb34c..fcbf2c3fe60f21bae1c6d64b542a4d9867c33826 100644 (file)
@@ -115,7 +115,6 @@ int ft_board_setup(void *blob, struct bd_info *bd)
        do_fixup_by_compat(blob, "qcom,wcnss-wlan",
                           "local-mac-address", mac, ARP_HLEN, 1);
 
-
        if (!eth_env_get_enetaddr("btaddr", mac)) {
                msm_generate_mac_addr(mac);