acrn-hypervisor/hypervisor/boot
Junjun Shan 4fd5102edc hv:treewide:fix multiple MISRAC violations
MISRAC has requirements about literal value requires a U suffix and
signed/unsigned conversion with cast. This patch is used to solve
these violations.

v1->v2
 *Drop the cast of sz from uint32_t to int32_t, the signed/unsigned
  violation of nchars will be solved by other patch together with
  printf/sprintf/console/vuart/uart code.

 *Delete the unnecessary L suffix of shifting operand.

Tracked-On: #861
Signed-off-by: Junjun Shan <junjun.shan@intel.com>
Reviewed by: Junjie Mao <junjie.mao@intel.com>
2018-09-13 11:12:29 +08:00
..
include hv: treewide: fix 'Array has no bounds specified' 2018-08-03 12:40:21 +08:00
sbl hv: pgtable: fix 'Use of function like macro' 2018-09-07 11:11:06 +08:00
acpi.c hv:treewide:fix multiple MISRAC violations 2018-09-13 11:12:29 +08:00
dmar_parse.c hv:Rename port/mmio read and write APIs 2018-08-02 14:03:38 +08:00
reloc.c hv: treewide: fix 'Use of function like macro' 2018-09-11 10:49:48 +08:00