clocksource/drivers/arm_global_timer: Remove stray tab
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 18 Feb 2024 17:41:38 +0000 (18:41 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 18 Feb 2024 23:48:54 +0000 (00:48 +0100)
Remove a stray tab in global_timer_of_register() which is different from
the coding style in the rest of the driver.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20240218174138.1942418-3-martin.blumenstingl@googlemail.com
drivers/clocksource/arm_global_timer.c

index e1c773bb55359c630a4d8623fe2076506509c71a..8dd1e46b7176dca2db54498ca01207e44863ca57 100644 (file)
@@ -411,7 +411,7 @@ static int __init global_timer_of_register(struct device_node *np)
        err = gt_clocksource_init();
        if (err)
                goto out_irq;
-       
+
        err = cpuhp_setup_state(CPUHP_AP_ARM_GLOBAL_TIMER_STARTING,
                                "clockevents/arm/global_timer:starting",
                                gt_starting_cpu, gt_dying_cpu);