commit | 22236c9d6d3a7e54a9fb249ed23426cc2973cfab | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Fri Oct 05 12:24:09 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 06 16:20:15 2018 -0500 |
tree | b489690f7a71d32d8ce58dca7e7eaca47f273812 | |
parent | fcfcb7e90228aef22e2f3581c3e6ebe8ad691eec [diff] |
kernel: Make tag identifiers unique Some places are using the same tag identifier with different types. This is a MISRA-C violation and makes the code less readable. MISRA-C rule 5.7 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>