summaryrefslogtreecommitdiff
path: root/drivers/core
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-07-22 10:54:13 -0600
committerTom Rini <[email protected]>2024-07-22 10:54:13 -0600
commitf1aa32d65d31c8f8a43617e724495d0aad011620 (patch)
treea48c1f694ae6a8f8f79f7b5946002ed7328574f8 /drivers/core
parent9b186f68afbf0d08bc5108108c8748b4b0511aee (diff)
parentf553d29ae87697f0a0c74df7c66ce47cc34805d7 (diff)
Merge patch series "drivers: ata: Remove duplicate newlines"
Drop all duplicate newlines from the driver directory files.
Diffstat (limited to 'drivers/core')
-rw-r--r--drivers/core/of_addr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/core/of_addr.c b/drivers/core/of_addr.c
index c893447a1b1..6c7b4c97d67 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)