[ardb:arm64-ro-page-tables-pkvm-v5.17 19/28] arch/arm64/kvm/hyp/nvhe/pgtable_protect.c:21:17: warning: suggest braces around empty body in an 'if' statement

From: kernel test robot
Date: Sun Feb 20 2022 - 14:28:53 EST


tree: git://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git arm64-ro-page-tables-pkvm-v5.17
head: 1faeabde0ba3c81ad666ab924ab79ef64843d40d
commit: 93742345aee5c8a33d625f8e7b9357ddba534392 [19/28] arm64: kvm: use HYP helpers to perform page table updates
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20220221/202202210301.qC026510-lkp@xxxxxxxxx/config)
compiler: aarch64-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/commit/?id=93742345aee5c8a33d625f8e7b9357ddba534392
git remote add ardb git://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git
git fetch --no-tags ardb arm64-ro-page-tables-pkvm-v5.17
git checkout 93742345aee5c8a33d625f8e7b9357ddba534392
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm64 SHELL=/bin/bash arch/arm64/

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

All warnings (new ones prefixed by >>):

arch/arm64/kvm/hyp/nvhe/pgtable_protect.c: In function 'inject_external_abort':
>> arch/arm64/kvm/hyp/nvhe/pgtable_protect.c:21:17: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
21 | ; // TODO
| ^


vim +/if +21 arch/arm64/kvm/hyp/nvhe/pgtable_protect.c

15
16 static void inject_external_abort(struct kvm_cpu_context *host_ctxt)
17 {
18 struct kvm_vcpu *vcpu = host_ctxt->__hyp_running_vcpu;
19
20 if (vcpu)
> 21 ; // TODO
22
23 write_sysreg_el2(read_sysreg_el2(SYS_ELR) - 1, SYS_ELR);
24 }
25

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