From: Marek Vasut Date: Sat, 20 Jul 2024 12:40:31 +0000 (+0200) Subject: drivers: core: Remove duplicate newlines X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=7fa217785b7de67e7307896835ebbf8b07f75df8;p=u-boot.git drivers: core: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- diff --git a/drivers/core/of_addr.c b/drivers/core/of_addr.c index c893447a1b..6c7b4c97d6 100644 --- 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)