From: Marek Vasut Date: Mon, 22 Jul 2024 23:28:21 +0000 (+0200) Subject: include: dm: Remove duplicate newlines X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=6d2f1e802693e6d3956c15333c4883aa5a340194;p=u-boot.git include: dm: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- diff --git a/include/dm/of_addr.h b/include/dm/of_addr.h index e7f3a28081..5fb5a4855b 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 *