acrn-hypervisor/hypervisor/lib
Ying Liu 8c43ad54bf HV: add the missing brackets to loop body
MISRA-C requires the use of brackets, even when there is only one
statement in the loop body.

Signed-off-by: Ying Liu <ying2.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-12 17:27:29 +08:00
..
crypto hv:fix "missing for discarded return value" for memcpy_s and strcpy_s 2018-07-09 09:22:37 +08:00
div.c HV: Moving operators out from conditions 2018-07-09 13:10:34 +08:00
mdelay.c HV: Moving operators out from conditions 2018-07-09 13:10:34 +08:00
memory.c HV: code format for memory.c 2018-07-10 15:54:45 +08:00
spinlock.c hv:fix "missing for discarded return value" for memset 2018-07-05 14:14:48 +08:00
sprintf.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00
string.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00
udelay.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00