zephyr/subsys/bluetooth/controller/ll_sw/openisa/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_internal.h
lll_adv_pdu.h Bluetooth: Controller: Introduce EVENT_MAFS_MIN_US value 2024-08-14 10:46:48 +01:00
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.c
lll_clock.c
lll_conn_meta.h
lll_conn.c
lll_df_types.h
lll_internal.h
lll_meta.h
lll_peripheral.c
lll_prof_internal.h
lll_prof.c
lll_scan.c
lll_test.c
lll_tim_internal.h
lll_vendor.h
lll.c
pdu_vendor.h