acrn-hypervisor/hypervisor/lib
Minggui Cao 23a5c74ac7 HV: handle integral issues as MISRA-C report
mainly focus on: like U/UL as unsigned suffix;
char and int mix usage; also change some function's params
for data type consistent.

Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-20 10:39:46 +08:00
..
crypto HV: prototyping non-static function 2018-07-16 10:35:54 +08:00
div.c HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
mdelay.c HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
memory.c HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
spinlock.c HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
sprintf.c HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
string.c HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
udelay.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00