* arch/x86/kvm/vmx/main.c:63 vt_vm_destroy() warn: inconsistent indenting
@ 2026-05-29 6:16 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-05-29 6:16 UTC (permalink / raw)
To: Isaku Yamahata
Cc: oe-kbuild-all, linux-kernel, Paolo Bonzini, Tony Lindgren,
Sean Christopherson, Kai Huang, Yan Zhao, Rick Edgecombe
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@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202605291434.AzaACnVe-lkp@intel.com/
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-29 6:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-29 6:16 arch/x86/kvm/vmx/main.c:63 vt_vm_destroy() warn: inconsistent indenting kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®