Skip to content

Commit 9256cec

Browse files
xdarklightdlezcano
authored andcommitted
clocksource/drivers/arm_global_timer: Remove stray tab
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 <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b34b954 commit 9256cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clocksource/arm_global_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ static int __init global_timer_of_register(struct device_node *np)
411411
err = gt_clocksource_init();
412412
if (err)
413413
goto out_irq;
414-
414+
415415
err = cpuhp_setup_state(CPUHP_AP_ARM_GLOBAL_TIMER_STARTING,
416416
"clockevents/arm/global_timer:starting",
417417
gt_starting_cpu, gt_dying_cpu);

0 commit comments

Comments
 (0)