aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAnindya Sundar Gayen <anindya.sg@samsung.com>2025-02-28 18:41:38 +0530
committerDaniel Lezcano <daniel.lezcano@linaro.org>2025-03-07 17:55:59 +0100
commit7e1e4e62656fcf8fb05c0c39c649b16d78d7c8dc (patch)
tree0d4e828fcaa7ef26c0b002f77e94a2ea45daac6c
parentclocksource/drivers/stm32-lptimer: Add support for suspend / resume (diff)
downloadwireguard-linux-7e1e4e62656fcf8fb05c0c39c649b16d78d7c8dc.tar.xz
wireguard-linux-7e1e4e62656fcf8fb05c0c39c649b16d78d7c8dc.zip
clocksource/drivers/exynos_mct: Fixed a spelling error
Fixed a spelling issue in driver /s/processer/processor/ Signed-off-by: Anindya Sundar Gayen <anindya.sg@samsung.com> Link: https://lore.kernel.org/r/20250228131138.9208-1-anindya.sg@samsung.com Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--drivers/clocksource/exynos_mct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c
index e6a02e351d77..da09f467a6bb 100644
--- a/drivers/clocksource/exynos_mct.c
+++ b/drivers/clocksource/exynos_mct.c
@@ -238,7 +238,7 @@ static cycles_t exynos4_read_current_timer(void)
static int __init exynos4_clocksource_init(bool frc_shared)
{
/*
- * When the frc is shared, the main processer should have already
+ * When the frc is shared, the main processor should have already
* turned it on and we shouldn't be writing to TCON.
*/
if (frc_shared)