arch/x86/kvm/vmx/main.c:63 vt_vm_destroy() warn: inconsistent indenting

From: kernel test robot

Date: Fri May 29 2026 - 02:21:44 EST


tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 8fde5d1d47f69db6082dfa34500c27f8485389a5
commit: 8d032b683c299302aa8b5fbce17b9b87a138a5f5 KVM: TDX: create/destroy VM structure
date: 1 year, 2 months ago
config: x86_64-randconfig-r073-20260529 (https://download.01.org/0day-ci/archive/20260529/202605291434.AzaACnVe-lkp@xxxxxxxxx/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
smatch: v0.5.0-9185-gbcc58b9c

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Fixes: 8d032b683c29 ("KVM: TDX: create/destroy VM structure")
| Reported-by: kernel test robot <lkp@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202605291434.AzaACnVe-lkp@xxxxxxxxx/

smatch warnings:
arch/x86/kvm/vmx/main.c:63 vt_vm_destroy() warn: inconsistent indenting

vim +63 arch/x86/kvm/vmx/main.c

57
58 static void vt_vm_destroy(struct kvm *kvm)
59 {
60 if (is_td(kvm))
61 return tdx_vm_destroy(kvm);
62
> 63 vmx_vm_destroy(kvm);
64 }
65

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki