zephyr/subsys/shell
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
..
backends style: subsys: adjust `return` usage in `void functions` 2024-09-20 11:06:55 +02:00
modules shell: kernel_service: heap: add required header 2024-09-19 03:52:59 -04:00
CMakeLists.txt
Kconfig
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell.c shell: rename `shell_xxx_impl` wrapper functions to `shell_fprintf_xxx` 2024-09-09 13:55:31 -04:00
shell_cmds.c
shell_fprintf.c
shell_help.c shell: shell_help: fix width for subcommands help text 2024-08-27 12:44:46 +02:00
shell_help.h
shell_history.c
shell_log_backend.c
shell_ops.c Shell: Make `full_line_cmd` return false on empty lines 2024-08-27 18:37:28 -04:00
shell_ops.h
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h