]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: timer: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:41:01 +0000 (14:41 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:53:06 +0000 (10:53 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/timer/arc_timer.c
drivers/timer/sp804_timer.c

index 413bcc32f01b17504840dc4e8d6a494f8d8e21c2..6ad520c10aa476300604b43ebc64937f6a0c782e 100644 (file)
@@ -89,7 +89,6 @@ static int arc_timer_probe(struct udevice *dev)
        return 0;
 }
 
-
 static const struct timer_ops arc_timer_ops = {
        .get_count = arc_timer_get_count,
 };
index a254e295cbfc95bc77e15c97d9e177ab2affe07d..3e57f4b98bab98d5ea92f9f67de1a8f7a606351b 100644 (file)
@@ -29,7 +29,6 @@ DECLARE_GLOBAL_DATA_PTR;
 #define SP804_CTRL_TIMER_32BIT         (1U << 1)
 #define SP804_CTRL_ONESHOT             (1U << 0)
 
-
 struct sp804_timer_plat {
        uintptr_t base;
 };