acrn-hypervisor/hypervisor/lib
Li, Fei1 b5e0efca82 hv: coding style: refine memory.c
1) Variable names shall start with a lower-case letter.
2) Multiplication and division come before addition and subtraction.
Everything else should be in parentheses.

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-12-19 09:15:34 +08:00
..
crypto hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
memory.c hv: coding style: refine memory.c 2018-12-19 09:15:34 +08:00
misc.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
sprintf.c hv: use uint64_t replace "unsigned long" 2018-12-12 13:08:10 +08:00
string.c hv: refine strnlen_s/strstr_s to only one exit point 2018-12-14 09:42:49 +08:00