commit | 4b35dd2628c4d70841ac90e025c4f5683172f9c2 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Fri Nov 16 19:06:59 2018 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Dec 07 09:06:34 2018 -0500 |
tree | ebb4f963a10cbd5a424e76fc15e65389b275179a | |
parent | 34b12d8f16a6fe212df36d3130798aa9c60712b4 [diff] |
misra: Fixes for MISRA-C rule 8.2 In C90 was introduced function prototype, that allows argument types to be checked against parameter types, though it is not necessary specify names for the parameters. MISRA-C requires names for function prototype parameters, it claims that names can provide useful information regarding the function interface. MISRA-C rule 8.2 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>