acrn-hypervisor/hypervisor/lib
Junjun Shan 89ca54cafa hv:Fix unused var value on all paths
MISRAC checks whether a variable is assigned a value not used in
all branches of a program. Var value which is unused on all paths
can be removed with a consequent improvement in the readability
and efficiency of the code. This patch is used to fix these
violations.

Tracked-On: #861
Signed-off-by: Junjun Shan <junjun.shan@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-09-26 11:10:21 +08:00
..
crypto HV: wrap and enable hkdf_sha256 key derivation based on mbedtls 2018-08-27 09:39:05 +08:00
memory.c hv: treewide: fix 'Use of function like macro' 2018-09-11 10:49:48 +08:00
misc.c hv: clean up udelay/mdelay related code 2018-09-12 16:08:49 +08:00
sprintf.c hv:Fix unused var value on all paths 2018-09-26 11:10:21 +08:00
string.c hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00