zephyr/kernel
Flavio Ceolin d7271ec9db kernel: poll: Fix switch usage
According with MISRA-C and unconditional break statement must
terminate every switch-clause.

MISRA-C rule 16.1 and 16.3

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-12-07 09:06:34 -05:00
..
include kernel: syscall: Object validation checks boolean statement 2018-11-30 08:05:11 -08:00
alert.c
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
idle.c kernel: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
init.c kernel: remove outdated comment in _Cstart 2018-12-03 09:18:06 -08:00
int_latency_bench.c kernel: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
Kconfig
Kconfig.power_mgmt
mailbox.c
mem_domain.c kernel: mem_domain: remove redundant clearing of mem_partition fields 2018-12-05 15:15:07 -05:00
mem_slab.c kernel: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
mempool.c
msg_q.c
mutex.c kernel: mutex: delay setting lock_count = 0. 2018-12-05 11:00:10 +01:00
pipes.c
poll.c kernel: poll: Fix switch usage 2018-12-07 09:06:34 -05:00
queue.c kernel: queue: Fix MISRA-C violation 2018-12-07 09:06:34 -05:00
sched.c kernel: sched: Make boolean functions return bool 2018-11-30 08:05:11 -08:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c
timeout.c kernel: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c kernel: add user mode work_q capability 2018-11-29 09:21:18 -08:00