Files
zephyr/kernel
Maksim Masalski e9600a75fc kernel: thread: add default case, remove unused break
According to the Zephyr Coding Guideline all switch statements
shall be well-formed. Add a default case with break and comment
to avoid static analysis tool to raise a violation that there is no
default case.
Also, I think, in all cases above no need to use "break",
because they already are using "return".

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:21:01 -05:00
..
2020-11-27 20:08:14 -05:00
2021-04-10 09:59:37 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-07 22:10:21 -04:00
2021-05-24 22:35:03 -04:00
2021-01-15 14:51:20 +01:00