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 413bcc3..6ad520c 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 a254e29..3e57f4b 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;
 };