include: dm: 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:
Marek Vasut
2024-07-23 01:28:21 +02:00
committed by Tom Rini
parent 8cb41ddfd8
commit 6d2f1e8026

View File

@@ -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
*