diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-20 14:40:34 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:53:05 -0600 |
commit | 62ea6e55d977e345234987c2aba2c52202a657aa (patch) | |
tree | 8a10659768fad15b3d8d1966118ce2850f88afe0 | |
parent | 1528a7e56252b416b9171c41c4e0ea5b2bdcd8f1 (diff) |
drivers: dfu: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
-rw-r--r-- | drivers/dfu/dfu_mmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dfu/dfu_mmc.c b/drivers/dfu/dfu_mmc.c index cfa6334e439..8f7ecfa8fc7 100644 --- a/drivers/dfu/dfu_mmc.c +++ b/drivers/dfu/dfu_mmc.c @@ -269,7 +269,6 @@ int dfu_get_medium_size_mmc(struct dfu_entity *dfu, u64 *size) } } - static int mmc_file_buf_read(struct dfu_entity *dfu, u64 offset, void *buf, long *len) { |