]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: misc: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:42 +0000 (14:40 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:53:05 +0000 (10:53 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/misc/cros_ec_i2c.c
drivers/misc/stm32_rcc.c

index 5516aa8b3ffd47ab48abff395baa22f4032b2af7..cbdc55054ba2bd53d7375989638881e57003bdf0 100644 (file)
@@ -99,7 +99,6 @@ static int cros_ec_i2c_packet(struct udevice *udev, int out_bytes, int in_bytes)
                return -EBADMSG;
        }
 
-
        /* drop result and packet_len */
        memmove(dev->din, &ec_response_i2c->ec_response, in_bytes);
 
index 0dd827e1dd0ea9aff6ebded2a223b0e86c0c778e..5a6f979f91bc5521544c8ca56eb119a543656358 100644 (file)
@@ -76,7 +76,6 @@ static int stm32_rcc_bind(struct udevice *dev)
                                            dev_ofnode(dev), &child);
 }
 
-
 static const struct udevice_id stm32_rcc_ids[] = {
        {.compatible = "st,stm32f42xx-rcc", .data = (ulong)&stm32_rcc_clk_f42x },
        {.compatible = "st,stm32f469-rcc", .data = (ulong)&stm32_rcc_clk_f469 },