2022-03-02 19:52:05

by Dongli Zhang

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

No functional change.

Signed-off-by: Dongli Zhang <[email protected]>
---
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