git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff7678
)
drivers: core: Remove duplicate newlines
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:31 +0000
(14:40 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Jul 2024 16:53:04 +0000
(10:53 -0600)
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/core/of_addr.c
patch
|
blob
|
history
diff --git
a/drivers/core/of_addr.c
b/drivers/core/of_addr.c
index
c893447
..
6c7b4c9
100644
(file)
--- a/
drivers/core/of_addr.c
+++ b/
drivers/core/of_addr.c
@@
-401,7
+401,6
@@
out:
return ret;
}
-
static int __of_address_to_resource(const struct device_node *dev,
const __be32 *addrp, u64 size, unsigned int flags,
const char *name, struct resource *r)