mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 18:53:42 +00: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
2 changed files with 0 additions and 2 deletions
|
@ -99,7 +99,6 @@ static int cros_ec_i2c_packet(struct udevice *udev, int out_bytes, int in_bytes)
|
||||||
return -EBADMSG;
|
return -EBADMSG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* drop result and packet_len */
|
/* drop result and packet_len */
|
||||||
memmove(dev->din, &ec_response_i2c->ec_response, in_bytes);
|
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);
|
dev_ofnode(dev), &child);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static const struct udevice_id stm32_rcc_ids[] = {
|
static const struct udevice_id stm32_rcc_ids[] = {
|
||||||
{.compatible = "st,stm32f42xx-rcc", .data = (ulong)&stm32_rcc_clk_f42x },
|
{.compatible = "st,stm32f42xx-rcc", .data = (ulong)&stm32_rcc_clk_f42x },
|
||||||
{.compatible = "st,stm32f469-rcc", .data = (ulong)&stm32_rcc_clk_f469 },
|
{.compatible = "st,stm32f469-rcc", .data = (ulong)&stm32_rcc_clk_f469 },
|
||||||
|
|
Loading…
Add table
Reference in a new issue