acrn-hypervisor/hypervisor/debug
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
..
console.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
dump.c hv: fix ramdump regression 2018-09-26 10:41:09 +08:00
logmsg.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
npk_log.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
printf.c hv:Clear up printf related definition 2018-09-28 13:59:38 +08:00
sbuf.c HV:change the return type of sbuf_get and sbuf_put 2018-10-10 13:02:00 +08:00
shell.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
shell_priv.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
uart16550.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
uart16550.h hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
vuart.c vuart: assert COM1_IRQ based on its pin's polarity 2018-10-11 16:04:02 +08:00