zephyr/lib
Flavio Ceolin 4218d5f8f0 kernel: Make If statement have essentially Boolean type
Make if statement using pointers explicitly check whether the value is
NULL or not.

The C standard does not say that the null pointer is the same as the
pointer to memory address 0 and because of this is a good practice
always compare with the macro NULL.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-18 13:57:15 -04:00
..
base64
cmsis_rtos_v1 coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
crc lib/crc: Add CRC32 support 2018-07-18 10:00:12 -04:00
json lib: json: Fix warning when building with newlib 2018-07-12 16:01:30 -05:00
libc kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
mempool kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
posix kernel: Change _reschedule signature 2018-09-14 16:55:37 -04:00
rbtree kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
ring_buffer
CMakeLists.txt lib/cmsis_rtos_v1: Implement support for thread APIs 2018-08-13 13:08:07 -07:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
thread_entry.c kernel: thread: Move out the function _thread_entry() to lib 2018-05-15 17:48:18 +03:00