All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] arm64: lib: fix space before tab in delay.c
@ 2026-02-28 19:43 techyguyperplexable
  0 siblings, 0 replies; only message in thread
From: techyguyperplexable @ 2026-02-28 19:43 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel, techyguyperplexable

Signed-off-by: techyguyperplexable <objecting@objecting.org>
---
 arch/arm64/lib/delay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/lib/delay.c b/arch/arm64/lib/delay.c
index e278e060e78a..35e0ddd193b2 100644
--- a/arch/arm64/lib/delay.c
+++ b/arch/arm64/lib/delay.c
@@ -52,7 +52,7 @@ void __delay(unsigned long cycles)
 		wfit(end);
 		while ((__delay_cycles() - start) < cycles)
 			wfet(end);
-	} else 	if (arch_timer_evtstrm_available()) {
+	} else if (arch_timer_evtstrm_available()) {
 		const cycles_t timer_evt_period =
 			USECS_TO_CYCLES(ARCH_TIMER_EVT_STREAM_PERIOD_US);
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-28 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28 19:43 [PATCH 3/3] arm64: lib: fix space before tab in delay.c techyguyperplexable

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.