zephyr/subsys/logging
Flavio Ceolin 1036edcfbb log: Fix switch statement
MISRA-C has several rules about switch statements like each clause
end with an unconditional break. This commit fix these problems to
be in accordance with the standard.

MISRA-C rules 16.1, 16.3 and 16.4

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-12-21 21:06:18 +01:00
..
CMakeLists.txt
Kconfig logging: Refactor RTT backend to handle host absence 2018-12-19 14:53:48 +01:00
Kconfig.template.log_config
log_backend_native_posix.c logging: Add handling of dropped messages to native POSIX backend 2018-12-18 13:42:41 +01:00
log_backend_net.c log: Explicitly ignoring return of memcpy 2018-12-19 14:37:25 +01:00
log_backend_rtt.c logging: Refactor RTT backend to handle host absence 2018-12-19 14:53:48 +01:00
log_backend_uart.c logging: Add handling of dropped messages to UART backend 2018-12-18 13:42:41 +01:00
log_cmds.c shell: creating new module for help functionality 2018-12-05 15:15:44 +01:00
log_core.c
log_list.c
log_list.h
log_msg.c log: Explicitly ignoring return of memcpy 2018-12-19 14:37:25 +01:00
log_output.c log: Fix switch statement 2018-12-21 21:06:18 +01:00
sys_log_net.c log: Explicitly ignoring return of memcpy 2018-12-19 14:37:25 +01:00
sys_log.c