acrn-hypervisor/hypervisor/lib
Huihuang Shi ac7ba6c47f HV:lib:fix "signed/unsigned conversion without cast"
Misra C required signed/unsigned conversion with cast.

V1->V2:
  a.split patch to patch series

V2->V3:
  a.change the uint64_t type numeric constant's suffix from U to UL

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-04 12:18:38 +08:00
..
crypto license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
div.c HV:lib:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
mdelay.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
memory.c HV:treewide:Update return type of function ffs64 and ffz64 2018-07-02 15:11:22 +08:00
spinlock.c fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
sprintf.c HV: treewide: convert suffix ULL to UL 2018-06-29 00:50:01 +08:00
string.c HV: coding style cleanup in string.c 2018-07-03 09:41:01 +08:00
udelay.c HV: timer: keep TSC frequency in KHz 2018-07-03 10:18:06 +08:00