]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: cache: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:29 +0000 (14:40 +0200)
committerTom 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/cache/cache-l2x0.c
drivers/cache/sandbox_cache.c

index c7bdd9d064a59c7a9857b657864fe6ca963ea918..8b29af42338e671e1f74b45edd7944cd80e43853 100644 (file)
@@ -62,7 +62,6 @@ static int l2x0_probe(struct udevice *dev)
        return 0;
 }
 
-
 static const struct udevice_id l2x0_ids[] = {
        { .compatible = "arm,pl310-cache" },
        {}
index 2e20b83ab8039540550f1ab45f101cad8140a4e5..375892fafb02e9e0ea391a53f9bbc6c90cc37994 100644 (file)
@@ -27,7 +27,6 @@ static int snadbox_disable(struct udevice *dev)
        return 0;
 }
 
-
 static const struct cache_ops sandbox_cache_ops = {
        .get_info       = sandbox_get_info,
        .enable         = sandbox_enable,