arm-trusted-firmware/plat/nvidia/tegra
Anthony Zhou b36aea5a41 Tegra: pm: fix MISRA defects
Main fixes:

* Use int32_t replace int, use uint32_t replace unsign int
  [Rule 4.6]
* Add function define to header file [Rule 8.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]

Change-Id: Ifa3ba4e75046697cfede885096bee9a30efe6519
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
2019-01-18 09:21:50 -08:00
..
common Tegra: pm: fix MISRA defects 2019-01-18 09:21:50 -08:00
include Tegra: pm: fix MISRA defects 2019-01-18 09:21:50 -08:00
soc Tegra186: reduce complexity for the 'get_target_pwr_state' handler 2019-01-18 09:21:50 -08:00
platform.mk tegra: Migrate to new interfaces 2018-09-28 15:34:17 +01:00