arm-trusted-firmware/plat/nvidia/tegra/include
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
..
drivers Tegra: gpcdma: driver for general purpose DMA 2019-01-18 09:21:50 -08:00
t132 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
t186 Tegra: gpcdma: driver for general purpose DMA 2019-01-18 09:21:50 -08:00
t210 Tegra210: memmap all the IRAM memory banks 2019-01-16 10:20:19 -08:00
plat_macros.S Tegra: support for native GICv2 drivers 2018-12-18 14:25:27 -08:00
platform_def.h Tegra: console clock settings for real/FPGA platforms 2019-01-16 10:08:53 -08:00
tegra_platform.h Tegra210: skip the BTB invalidate workaround for B01 SKUs 2019-01-16 10:20:32 -08:00
tegra_private.h Tegra: fix MISRA defects in tegra_bl31_setup.c 2019-01-18 09:21:50 -08:00