zephyr/lib/libc/minimal/source
Maksim Masalski a61edd480d lib: add default labels and comments to switch statements
According to the Zephyr Coding Guideline all switch statements
shall be well-formed.
Added a default labels to switch-clauses without them.
Added comments to the empty default cases.

Found as a coding guideline violation (MISRA R16.1) by static
coding scanning tool.

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2021-06-04 16:22:23 -05:00
..
stdlib lib: add default labels and comments to switch statements 2021-06-04 16:22:23 -05:00
stdout libc: printf/..: match implementation to declaration 2021-03-29 07:52:42 -04:00
string coccinelle: Remove extra semicolon 2021-03-25 11:35:30 -05:00
time libc: gmtime_r: match implementation to declaration 2021-03-29 07:52:42 -04:00