diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 |
commit | 6d2f1e802693e6d3956c15333c4883aa5a340194 (patch) | |
tree | e3df87f9136235b8c81d2e9177b7623bf017a0d9 /include | |
parent | 8cb41ddfd8e909e8c0bbb8722d12605b23d7bcfe (diff) | |
download | u-boot-6d2f1e802693e6d3956c15333c4883aa5a340194.tar.gz u-boot-6d2f1e802693e6d3956c15333c4883aa5a340194.tar.bz2 u-boot-6d2f1e802693e6d3956c15333c4883aa5a340194.zip |
include: dm: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dm/of_addr.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 * |