zephyr/subsys/shell/backends
Pisit Sawangvonganan af4527e131 style: subsys: adjust `return` usage in `void functions`
For code clarity, this commit adjusts the use of `return` statements
in functions with a void return type as follows:
- Transform `return foo();` into separate statements:
  `foo();`
  `return;`
- Remove unnecessary `return` statements when
  they don't affect control flow.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-09-20 11:06:55 +02:00
..
CMakeLists.txt
Kconfig.backends
shell_adsp_memory_window.c
shell_dummy.c
shell_mqtt.c
shell_rpmsg.c
shell_rtt.c
shell_telnet.c style: subsys: adjust `return` usage in `void functions` 2024-09-20 11:06:55 +02:00
shell_telnet_protocol.h
shell_uart.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00