arm-trusted-firmware/plat/nvidia/tegra/common
Varun Wadekar fcf23a1419 Tegra: fix MISRA defects in tegra_bl31_setup.c
Main fixes:

Add parentheses to avoid implicit operator precedence [Rule 12.1]

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

Added curly braces ({}) around if statements in order to
make them compound [Rule 15.6]

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

Bug 200272157

Change-Id: Ic3ab5a3de95aeb6d2265df940f7fb35ea0f19ab0
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
2019-01-18 09:21:50 -08:00
..
aarch64 Tegra210: skip the BTB invalidate workaround for B01 SKUs 2019-01-16 10:20:32 -08:00
drivers Tegra: gpcdma: driver for general purpose DMA 2019-01-18 09:21:50 -08:00
tegra_bl31_setup.c Tegra: fix MISRA defects in tegra_bl31_setup.c 2019-01-18 09:21:50 -08:00
tegra_common.mk Tegra: support for native GICv2 drivers 2018-12-18 14:25:27 -08:00
tegra_delay_timer.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
tegra_fiq_glue.c Tegra: fiq_glue: fix MISRA defects for Rule 2.7 2019-01-16 10:11:31 -08:00
tegra_gicv2.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
tegra_platform.c Tegra210: skip the BTB invalidate workaround for B01 SKUs 2019-01-16 10:20:32 -08:00
tegra_pm.c Tegra: console clock settings for real/FPGA platforms 2019-01-16 10:08:53 -08:00
tegra_sip_calls.c Tegra: sip_calls: fix defects flagged by MISRA scan 2019-01-16 10:12:43 -08:00
tegra_topology.c Tegra: topology: fix MISRA defects for Rule 4.6 2019-01-16 10:11:41 -08:00