arm-trusted-firmware/plat/nvidia/tegra/include
Anthony Zhou ab712fd86b Tegra186: mce: 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]
* Force operands of an operator to the same type category [Rule 10.4]
* Added curly braces ({}) around if/while statements in order to
  make them compound [Rule 15.6]
* Added parentheses [Rule 12.1]
* Voided non C-library functions whose return types are not used [Rule 17.7]

Change-Id: I91404edec2e2194b1ce2672d2a3fc6a1f5bf41f1
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
2017-06-14 17:02:01 -07:00
..
drivers Tegra186: mce: fix MISRA defects 2017-06-14 17:02:01 -07:00
t132 Tegra: memctrl: check GPU reset state from common place 2017-06-14 17:01:04 -07:00
t186 Tegra: memctrl: check GPU reset state from common place 2017-06-14 17:01:04 -07:00
t210 Tegra: memctrl: check GPU reset state from common place 2017-06-14 17:01:04 -07:00
plat_macros.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
platform_def.h Tegra: add explicit casts for integer macros 2017-06-14 17:00:42 -07:00
tegra_platform.h Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_private.h Tegra: gic: fix MISRA defects 2017-06-14 17:01:39 -07:00