projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb41dd
)
include: dm: Remove duplicate newlines
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Mon, 22 Jul 2024 23:28:21 +0000
(
01:28
+0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 29 Jul 2024 21:01:04 +0000
(15:01 -0600)
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
include/dm/of_addr.h
patch
|
blob
|
history
diff --git
a/include/dm/of_addr.h
b/include/dm/of_addr.h
index e7f3a2808175c11af2d6942d5af364c2fb2bd062..5fb5a4855b46b6cb427702132d929690f0e04ea6 100644
(file)
--- 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
*