Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]> --- drivers/dfu/dfu_mmc.c | 1 - 1 file changed, 1 deletion(-)
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)
{
--
2.43.0

