acrn-hypervisor/hypervisor/arch/x86/guest
Shiqing Gao 0317cfb2b6 hv: fix 'No brackets to then/else'
- add missing brackets for 'if/else' statements based on MISRA-C
  requirements

v1 -> v2:
 * add brackets for each conditions in 'if' statements to improve
   the readability
 * modify 'ptdev_init' to make the logic clearer

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-10-11 16:48:11 +08:00
..
guest.c HV:MM:gpa2hpa related error checking fix 2018-10-11 15:16:11 +08:00
instr_emul.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
instr_emul.h hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00
mptable.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
pm.c hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00
ucode.c hv:Fix unused var value on all paths 2018-09-26 11:10:21 +08:00
vcpu.c hv: mmu: add some API for guest page mode check 2018-10-10 09:35:29 +08:00
vlapic_priv.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vlapic.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
vm.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
vmcall.c HV: Add hypercall to set/clear IRQ line 2018-09-27 16:49:52 +08:00
vmsr.c hv: Replace dynamic memory allocation for MSR bitmap 2018-09-12 09:20:07 +08:00