[PATCH 02/15] include: dm: Remove duplicate newlines
Marek Vasut
marek.vasut+renesas at mailbox.org
Tue Jul 23 01:28:21 CEST 2024
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
include/dm/of_addr.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/dm/of_addr.h b/include/dm/of_addr.h
index e7f3a280817..5fb5a4855b4 100644
--- a/include/dm/of_addr.h
+++ b/include/dm/of_addr.h
@@ -44,7 +44,6 @@ u64 of_translate_address(const struct device_node *np, const __be32 *in_addr);
*/
u64 of_translate_dma_address(const struct device_node *np, const __be32 *in_addr);
-
/**
* of_get_dma_range() - get dma-ranges for a specific DT node
*
--
2.43.0
More information about the U-Boot
mailing list