acrn-hypervisor/hypervisor/include
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
..
arch/x86 HV:MM:gpa2hpa related error checking fix 2018-10-11 15:16:11 +08:00
common ptdev: assert/deassert interrupt according to polarity 2018-09-30 15:24:59 +08:00
debug HV:change the return type of sbuf_get and sbuf_put 2018-10-10 13:02:00 +08:00
dm/vpci HV: VPCI coding style fix 2018-09-03 11:26:30 +08:00
lib hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
public hv: Move the strcut acrn_vcpu_regs to public header file 2018-09-29 15:34:02 +08:00
hv_debug.h hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
hypervisor.h hv: Remove const qualifier for struct vm 2018-10-09 13:24:04 +08:00