acrn-hypervisor/hypervisor/debug
Shiqing Gao 96dba0d8fe hv: fix MISRA-C issues related to space or newline
This patch fixes the following issues:
- No newline after semi colon.
- No space after semi colon in for expression.
- No space between if, while, for and expresn.

v1 -> v2:
 * Fix the typo for the for loop change.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-09-03 09:35:15 +08:00
..
console.c hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
dump.c hv: code clean up regarding to % and / operations 2018-08-22 15:37:53 +08:00
logmsg.c hv: debug: add the hypervisor NPK log 2018-08-23 11:09:25 +08:00
npk_log.c hv: debug: add the hypervisor NPK log 2018-08-23 11:09:25 +08:00
printf.c hv: treewide: fix 'Potential side effect problem in expression' 2018-08-08 10:50:06 +08:00
sbuf.c HV: Logical conjunction needs brackets 2018-08-14 09:53:32 +08:00
shell_priv.h hv: debug: add the hypervisor NPK log 2018-08-23 11:09:25 +08:00
shell.c hv: fix MISRA-C issues related to space or newline 2018-09-03 09:35:15 +08:00
uart16550.c hv:Rename port/mmio read and write APIs 2018-08-02 14:03:38 +08:00
uart16550.h hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00
vuart.c hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00