zephyr/subsys/bluetooth/controller/ll_sw/nordic/lll
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
..
lll_adv_aux.c Bluetooth: Controller: Fix ext conn create when using single timer 2024-08-30 11:47:15 -04:00
lll_adv_internal.h
lll_adv_iso_internal.h
lll_adv_iso.c Bluetooth: Controller: Fix PA setup for ISO Broadcast 2024-08-26 18:52:42 +02:00
lll_adv_pdu.h Bluetooth: Controller: Introduce EVENT_MAFS_MIN_US value 2024-08-14 10:46:48 +01:00
lll_adv_sync.c
lll_adv_types.h
lll_adv.c style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
lll_central_iso.c Bluetooth: Controller: Add HAL_TICKER_TICKS_TO_US_64BIT define 2024-08-30 11:47:15 -04:00
lll_central.c
lll_clock.c Bluetooth: Controller: Fix deinitialization of the LFCLK 2024-07-29 14:30:04 +02:00
lll_conn_iso.c
lll_conn_meta.h
lll_conn.c Bluetooth: Controller: Relax radio packet pointer assignment deadline 2024-08-14 10:45:59 +01:00
lll_df_internal.h
lll_df_types.h
lll_df.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
lll_internal.h
lll_meta.h
lll_peripheral_iso.c Bluetooth: Controller: Add HAL_TICKER_TICKS_TO_US_64BIT define 2024-08-30 11:47:15 -04:00
lll_peripheral.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
lll_prof_internal.h Bluetooth: Controller: Verbose radio is ready assertion 2024-08-14 10:45:59 +01:00
lll_prof.c Bluetooth: Controller: Fix ISR profiling for single timer use 2024-08-14 10:45:59 +01:00
lll_scan_aux.c Bluetooth: Controller: Add missing branch prediction in lll_scan_aux 2024-09-13 17:29:53 -05:00
lll_scan_internal.h
lll_scan.c Bluetooth: Controller: nRF54Lx: Use NRF_GRTC for radio scheduling 2024-08-30 11:47:15 -04:00
lll_sync_internal.h
lll_sync_iso.c Bluetooth: Controller: Add HAL_TICKER_TICKS_TO_US_64BIT define 2024-08-30 11:47:15 -04:00
lll_sync.c Bluetooth: Controller: Add assertion checks for delayed radio start 2024-08-16 16:29:28 +01:00
lll_test.c
lll_tim_internal.h
lll_vendor.h Bluetooth: Controller: nRF54Lx: Use NRF_GRTC for radio scheduling 2024-08-30 11:47:15 -04:00
lll.c Bluetooth: Controller: Rework FAKE_ENTROPY_NATIVE_POSIX text 2024-09-12 10:02:48 +02:00
pdu_vendor.h