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:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user