summaryrefslogtreecommitdiff
path: root/drivers/timer
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-09-30 10:26:43 -0400
committerTom Rini <[email protected]>2021-09-30 10:26:43 -0400
commitc8988efc884c680eb4f34295df6689a7e312c15d (patch)
tree573cfefc2ab21a033ae98fa2afbd57f1f6528496 /drivers/timer
parent6eecaf5d0f6b9a500dd5798f1f2bc8296bcfe158 (diff)
parent0cf207ec01cbacae47585fcc26591dd2296507d6 (diff)
Merge branch '2021-09-30-whitespace-cleanups' into next
- A large number of whitespace cleanups from Wolfgang
Diffstat (limited to 'drivers/timer')
-rw-r--r--drivers/timer/atmel_pit_timer.c2
-rw-r--r--drivers/timer/stm32_timer.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/timer/atmel_pit_timer.c b/drivers/timer/atmel_pit_timer.c
index 3178e58884a..5cf46f224ab 100644
--- a/drivers/timer/atmel_pit_timer.c
+++ b/drivers/timer/atmel_pit_timer.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2017 Microchip Corporation
- * Wenyou.Yang <[email protected]>
+ * Wenyou.Yang <[email protected]>
*/
#include <common.h>
diff --git a/drivers/timer/stm32_timer.c b/drivers/timer/stm32_timer.c
index e34f5202fc6..f07251e54c0 100644
--- a/drivers/timer/stm32_timer.c
+++ b/drivers/timer/stm32_timer.c
@@ -135,4 +135,3 @@ U_BOOT_DRIVER(stm32_timer) = {
.probe = stm32_timer_probe,
.ops = &stm32_timer_ops,
};
-