Files
zephyr/kernel
Flavio Ceolin c806ac3d36 kernel: Compare pointers with NULL in while statements
Make while 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
..
2018-09-14 16:55:37 -04:00
2018-09-14 16:55:37 -04:00
2018-09-05 16:05:08 -04:00
2018-09-14 16:55:37 -04:00