commit | cbfd33f2ec24f868641cb44a659108de68771782 | [log] [tgz] |
---|---|---|
author | Maksim Masalski <maksim.masalski@intel.com> | Thu Jun 03 15:02:22 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 22 08:23:43 2021 -0400 |
tree | 1d16be0d334019c3d4faf8db6f75506f29d11ff0 | |
parent | bf6c1e51af414321741b7ede73664ef38119dd69 [diff] |
arch: add comments to empty default case, add default LOG_ERR According to the Zephyr Coding Guideline all switch statements shall be well-formed. Add a comment to the empty default case. Add a LOG_ERR to the default case. Found as a coding guideline violation (MISRA R16.1) by static coding scanning tool. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>