Home
last modified time | relevance | path

Searched hist:"6152 de3b347203e062d974b1af9b286b1f5c138c" (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/mce/
H A Dmce.c6152de3b347203e062d974b1af9b286b1f5c138c Wed Sep 20 09:18:56 UTC 2017 Anthony Zhou <anzhou@nvidia.com> Tegra194: mce: fix defects flagged by MISRA scan

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]

Fix variable essential type doesn't match [Rule 10.3]

Added curly braces ({}) around if/while 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: Iaae2ecaba3caf1469c44910d4e6aed0661597a51
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
H A Dnvg.c6152de3b347203e062d974b1af9b286b1f5c138c Wed Sep 20 09:18:56 UTC 2017 Anthony Zhou <anzhou@nvidia.com> Tegra194: mce: fix defects flagged by MISRA scan

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]

Fix variable essential type doesn't match [Rule 10.3]

Added curly braces ({}) around if/while 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: Iaae2ecaba3caf1469c44910d4e6aed0661597a51
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/include/
H A Dmce_private.h6152de3b347203e062d974b1af9b286b1f5c138c Wed Sep 20 09:18:56 UTC 2017 Anthony Zhou <anzhou@nvidia.com> Tegra194: mce: fix defects flagged by MISRA scan

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]

Fix variable essential type doesn't match [Rule 10.3]

Added curly braces ({}) around if/while 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: Iaae2ecaba3caf1469c44910d4e6aed0661597a51
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>