acrn-hypervisor/hypervisor/lib
Shiqing Gao b38629b85e hv: fix 'Space missing before or after binary operator'
This patch adds the necessary space before or after binary operator.

v1 -> v2:
 * minor fix related to integer
   [i - 1] ====> [i - 1U]

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2018-12-04 09:16:04 +08:00
..
crypto hv: add brackets to make operator expression more readable 2018-11-29 11:10:22 +08:00
memory.c hv: replace CPU_PAGE_SIZE with PAGE_SIZE 2018-12-03 15:14:57 +08:00
misc.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
sprintf.c hv: fix 'Space missing before or after binary operator' 2018-12-04 09:16:04 +08:00
string.c hv: fix 'Space missing before or after binary operator' 2018-12-04 09:16:04 +08:00