acrn-hypervisor/hypervisor/lib
Huihuang Shi 977c4b20b5 fix parted of "missing for discarded return value"
MISRA C required that return value should be used, missing for it should
add "(void)" prefix before the function call.
Some function can be declared without return value to avoid this problem.

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-19 16:21:45 +08:00
..
crypto license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
div.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
mdelay.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
memory.c HV: config: adapt to the generated config.h 2018-06-08 17:21:13 +08:00
spinlock.c fix parted of "missing for discarded return value" 2018-06-19 16:21:45 +08:00
sprintf.c hv:replace unsigned long long with uint64_t 2018-06-12 10:21:19 +08:00
string.c fix MISRA C"Literal zero used in pointer context" 2018-06-11 12:13:43 +08:00
udelay.c udelay waits for corresponding number of milliseconds passed to API. 2018-06-19 11:12:19 +08:00