public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* arch/arm64/kvm/hyp/nvhe/../exception.c:36 __vcpu_write_sys_reg() warn: inconsistent indenting
@ 2021-03-13 19:00 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-03-13 19:00 UTC (permalink / raw)
  To: Marc Zyngier; +Cc: kbuild-all, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f296bfd5cd04cbb49b8fc9585adc280ab2b58624
commit: bb666c472ca25efb38d1163131cc01546b3a653a KVM: arm64: Inject AArch64 exceptions from HYP
date:   4 months ago
config: arm64-randconfig-m031-20210312 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

smatch warnings:
arch/arm64/kvm/hyp/nvhe/../exception.c:36 __vcpu_write_sys_reg() warn: inconsistent indenting
arch/arm64/kvm/hyp/vhe/../exception.c:36 __vcpu_write_sys_reg() warn: inconsistent indenting

vim +36 arch/arm64/kvm/hyp/nvhe/../exception.c

    30	
    31	static inline void __vcpu_write_sys_reg(struct kvm_vcpu *vcpu, u64 val, int reg)
    32	{
    33		if (__vcpu_write_sys_reg_to_cpu(val, reg))
    34			return;
    35	
  > 36		 __vcpu_sys_reg(vcpu, reg) = val;
    37	}
    38	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 30639 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-13 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-13 19:00 arch/arm64/kvm/hyp/nvhe/../exception.c:36 __vcpu_write_sys_reg() 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