arm-trusted-firmware/plat/nvidia/tegra/common
Anthony Zhou 5bd1a177dd Tegra: fiq_glue: fix MISRA defects
Main fixes:

* 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]

* Convert object type to match the type of function parameters
  [Rule 10.3]

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

* Expressions resulting from the expansion of macro parameters
  shall be enclosed in parentheses[Rule 20.7]

Change-Id: I5cf83caafcc1650b545ca731bf3eb8f0bfeb362b
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
2017-06-14 17:01:27 -07:00
..
aarch64 Unique names for defines in the CPU libraries 2017-06-14 15:00:13 -07:00
drivers Tegra: pmc: fix defects flagged during MISRA analysis 2017-06-14 17:01:15 -07:00
tegra_bl31_setup.c tegra: Fix build errors 2017-06-08 07:02:20 -07:00
tegra_common.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_delay_timer.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_fiq_glue.c Tegra: fiq_glue: fix MISRA defects 2017-06-14 17:01:27 -07:00
tegra_gic.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_platform.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_pm.c Tegra: enable 'signed-comparison' compilation warning/errors 2017-06-14 14:59:07 -07:00
tegra_sip_calls.c Tegra: memctrl: check GPU reset state from common place 2017-06-14 17:01:04 -07:00
tegra_topology.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00