zephyr/lib
Pisit Sawangvonganan 94b752d2b4 lib: smf: use while (true) in get_child_of for better clarity
Replace the condition-less `for` loop (`;;`) in `get_child_of` with
a `while (true)` loop and remove the redundant `return NULL;`
at the end, which is never reached.

This change aims to enhance readability since `while (true)` is better
suited for this scenario.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-07-01 16:08:05 -04:00
..
acpi
cpp lib c/cpp: Move .ctor .init_array handling from C++ to kernel 2024-06-25 19:14:37 -04:00
crc
hash
heap
libc ARCMWDT: Fix issues with posix types 2024-07-01 18:14:34 +02:00
mem_blocks
open-amp
os lib: os: spsc_pbuf: Clarify using cache management in the module 2024-07-01 16:07:30 -04:00
posix lib/posix: Get uptime in ticks instead of cycles 2024-06-28 21:01:54 -04:00
runtime
smf lib: smf: use while (true) in get_child_of for better clarity 2024-07-01 16:08:05 -04:00
utils zephyr: Add zero-len check for utf8_trunc 2024-06-27 08:48:31 -04:00
CMakeLists.txt
Kconfig