diff mbox series

[v4,1/2] x86/xen/time: fix indentation issue

Message ID 20220302164032.14569-2-dongli.zhang@oracle.com (mailing list archive)
State New, archived
Headers show
Series xen: fix HVM kexec kernel panic | expand

Commit Message

Dongli Zhang March 2, 2022, 4:40 p.m. UTC
No functional change.

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
---
 arch/x86/xen/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c
index d9c945ee1100..55b3407358a9 100644
--- a/arch/x86/xen/time.c
+++ b/arch/x86/xen/time.c
@@ -45,7 +45,7 @@  static unsigned long xen_tsc_khz(void)
 
 static u64 xen_clocksource_read(void)
 {
-        struct pvclock_vcpu_time_info *src;
+	struct pvclock_vcpu_time_info *src;
 	u64 ret;
 
 	preempt_disable_notrace();