arm-trusted-firmware/services/spd/trusty
Anthony Zhou 591054a375 spd: trusty : fix defects flagged by MISRA scan
Main Fixes:

Use int32_t replace int [Rule 4.6]

Added explicit casts (e.g. 0U) to integers in order for them to be
  compatible with whatever operation they're used in [Rule 10.1]

Force operands of an operator to the same type category [Rule 10.4]

Fixed if statement conditional to be essentially boolean [Rule 14.4]

Voided non c-library functions whose return types are not used
[Rule 17.7]

Change-Id: I98caa330c371757eb2dfb9438448cb99115ed907
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
2019-01-23 10:31:28 -08:00
..
generic-arm64-smcall.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
generic-arm64-smcall.h trusty: generic-arm64-smcall: Use SPDX license identifiers 2018-02-01 15:44:04 -08:00
sm_err.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
smcall.h spd: trusty : fix defects flagged by MISRA scan 2019-01-23 10:31:28 -08:00
trusty.c spd: trusty : fix defects flagged by MISRA scan 2019-01-23 10:31:28 -08:00
trusty.mk trusty: Add fpu/simd support 2018-01-24 17:40:20 -08:00
trusty_helpers.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00