acrn-hypervisor/hypervisor/lib
Junjie Mao 392542310f HV: treewide: convert suffix ULL to UL
It is already assumed that ''long'' has 8-bytes, and thus there is no need to
use ULL to indicate a 8-byte unsigned constant.

This patch changes all ULL suffixes found in the hypervisor to UL.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-29 00:50:01 +08:00
..
crypto license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
div.c HV: treewide: convert suffix ULL to UL 2018-06-29 00:50:01 +08:00
mdelay.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
memory.c HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +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: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
udelay.c udelay waits for corresponding number of milliseconds passed to API. 2018-06-19 11:12:19 +08:00