summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-07-22 10:54:13 -0600
committerTom Rini <[email protected]>2024-07-22 10:54:13 -0600
commitf1aa32d65d31c8f8a43617e724495d0aad011620 (patch)
treea48c1f694ae6a8f8f79f7b5946002ed7328574f8 /drivers/misc
parent9b186f68afbf0d08bc5108108c8748b4b0511aee (diff)
parentf553d29ae87697f0a0c74df7c66ce47cc34805d7 (diff)
Merge patch series "drivers: ata: Remove duplicate newlines"
Drop all duplicate newlines from the driver directory files.
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/cros_ec_i2c.c1
-rw-r--r--drivers/misc/stm32_rcc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/cros_ec_i2c.c b/drivers/misc/cros_ec_i2c.c
index 5516aa8b3ff..cbdc55054ba 100644
--- a/drivers/misc/cros_ec_i2c.c
+++ b/drivers/misc/cros_ec_i2c.c
@@ -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);
diff --git a/drivers/misc/stm32_rcc.c b/drivers/misc/stm32_rcc.c
index 0dd827e1dd0..5a6f979f91b 100644
--- a/drivers/misc/stm32_rcc.c
+++ b/drivers/misc/stm32_rcc.c
@@ -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 },