commit | 257a52ebf9c79c3ab27585056360c306eb602869 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Jul 23 01:28:21 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 29 15:01:04 2024 -0600 |
tree | e3df87f9136235b8c81d2e9177b7623bf017a0d9 | |
parent | deb28c71d14b224c0835cd36d07c02ceae6fba7a [diff] |
include: dm: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
diff --git a/include/dm/of_addr.h b/include/dm/of_addr.h index e7f3a28..5fb5a48 100644 --- a/include/dm/of_addr.h +++ b/include/dm/of_addr.h
@@ -44,7 +44,6 @@ */ 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 *