* [PATCH] KVM: x86: Fix warning in lapic.h
[not found] <tencent_E1ECE7495AFECC3FFE961A6BFAB2CAC82F05@qq.com>
@ 2023-07-12 3:36 ` shijie001
0 siblings, 0 replies; only message in thread
From: shijie001 @ 2023-07-12 3:36 UTC (permalink / raw)
To: tglx, mingo, bp, dave.hansen, x86; +Cc: hpa, kvm, linux-kernel
The following checkpatch warning is removed:
WARNING: please, no space before tabs
Signed-off-by: Jie Shi <shijie001@208suo.com>
---
arch/x86/kvm/lapic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kvm/lapic.h b/arch/x86/kvm/lapic.h
index 0a0ea4b5dd8c..1925c956324c 100644
--- a/arch/x86/kvm/lapic.h
+++ b/arch/x86/kvm/lapic.h
@@ -45,7 +45,7 @@ enum lapic_lvt_entry {
struct kvm_timer {
struct hrtimer timer;
- s64 period; /* unit: ns */
+ s64 period; /* unit: ns */
ktime_t target_expiration;
u32 timer_mode;
u32 timer_mode_mask;
^ permalink raw reply [flat|nested] only message in thread