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

From: Dongli Zhang
Date: Wed Mar 02 2022 - 11:42:03 EST


No functional change.

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

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();
--
2.17.1