zephyr/subsys/mgmt
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
..
ec_host_cmd style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
hawkbit mgmt: hawkbit: move to zephyr kernel heap 2024-08-05 11:32:49 +02:00
mcumgr mgmt: mcumgr: transport: bluetooth: add all gatt permission levels 2024-09-19 15:13:19 +02:00
osdp kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
updatehub mgmt: updatehub: replace TinyCrypt by PSA 2024-06-14 14:02:08 -04:00
CMakeLists.txt
Kconfig