zephyr/subsys/bluetooth/controller
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
..
coex
crypto
flash
hal Bluetooth: Controller: nRF54Lx: Review rework GRTC support 2024-08-30 11:47:15 -04:00
hci Bluetooth: Controller: Add ISR profiling using ticker ticks 2024-08-14 10:45:59 +01:00
include
ll_sw style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
ticker Bluetooth: Controller: Ticker support for free running counter 2024-08-30 11:47:15 -04:00
util
CMakeLists.txt Bluetooth: Controller: Use BT_LLL_VENDOR_* to selectively build LLL 2024-09-03 10:42:48 +02:00
Kconfig bluetooth: kconfig: Add channel sounding kconfigs 2024-09-16 10:02:58 +02:00
Kconfig.df
Kconfig.dtm
Kconfig.ll_sw_split Bluetooth: Controller: Support FAKE_ENTROPY_NATIVE_POSIX 2024-09-06 11:26:19 -04:00