mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
drivers: misc: 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:
parent
8ec1344f9f
commit
ede791fe1c
@ -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);
|
||||
|
||||
|
||||
@ -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 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user