zephyr/subsys/mgmt/ec_host_cmd/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
ec_host_cmd_backend_espi.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
ec_host_cmd_backend_shi_ite.c ec_host_cmd: shi_ite: add missing include 2024-03-01 08:56:09 +01:00
ec_host_cmd_backend_shi_npcx.c style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
ec_host_cmd_backend_shi.h
ec_host_cmd_backend_simulator.c
ec_host_cmd_backend_spi_stm32.c ec_host_cmd: spi_stm32: prevent accessing null pointer 2024-01-19 10:33:51 +01:00
ec_host_cmd_backend_uart.c mgmt: ec_host_cmd: improve handling buffer sizes 2023-10-27 13:26:00 -05:00
Kconfig mgmt: ec_host_cmd: npcx: workaround for backend SHI 2024-09-13 09:17:23 +02:00