acrn-hypervisor/hypervisor/lib
Junjie Mao 9781873e77 HV: treewide: fix violations of coding guideline C-TY-12
The coding guideline rule C-TY-12 requires that 'all type conversions shall
be explicit'. Especially implicit cases on the signedness of variables
shall be avoided.

This patch either adds explicit type casts or adjust local variable types
to make sure that Booleans, signed and unsigned integers are not used
mixedly.

This patch has no semantic changes.

Tracked-On: #6776
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2021-11-04 18:15:47 +08:00
..
crypto hv:remove common header files 2019-05-07 09:10:13 +08:00
sprintf.c HV: treewide: fix violations of coding guideline C-TY-12 2021-11-04 18:15:47 +08:00
stack_protector.c hv:tiny cleanup 2019-09-05 09:58:47 +08:00
string.c HV: replace merge_cmdline api with strncat_s 2020-06-08 13:30:04 +08:00