zephyr/lib/os
Flavio Ceolin 03d70b2ca3 lib: hex: Remove constant expression
Part of an else expression was constant, just removing it.

Code guideline rule 14.3

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-09-02 13:45:50 -04:00
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig lib/os/heap: remove big_heap restriction for aligned allocations 2020-07-14 19:35:52 -04:00
assert.c
base64.c
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
dec.c
fdtable.c lib: fdtable: fix reference counting in z_reserve_fd() 2020-08-27 11:42:19 +03:00
heap-validate.c lib/os/heap: make "solo free headers" into first-class citizens 2020-07-14 19:35:52 -04:00
heap.c lib: os/heap: timeout: avoid identifier collisions 2020-07-25 21:26:15 -04:00
heap.h lib/os/heap: remove big_heap restriction for aligned allocations 2020-07-14 19:35:52 -04:00
hex.c lib: hex: Remove constant expression 2020-09-02 13:45:50 -04:00
json.c guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
mempool.c lib: mempool: alloc_bit_is_set is used only with asserts 2020-08-19 06:57:40 -04:00
mutex.c
notify.c
onoff.c sys: onoff: support clients using synchronous transitions 2020-08-14 17:53:39 +02:00
printk.c guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
rb.c
ring_buffer.c
sem.c
thread_entry.c
timeutil.c
work_q.c os: work_q: Use NULL instead of 0 2020-09-02 13:45:50 -04:00