zephyr/drivers/can
Pisit Sawangvonganan a9800e2ea7 style: drivers: 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-18 09:56:16 +02:00
..
transceiver
CMakeLists.txt
Kconfig
Kconfig.esp32
Kconfig.fake
Kconfig.kvaser
Kconfig.loopback
Kconfig.mcan
Kconfig.mcp251xfd
Kconfig.mcp2515
Kconfig.mcux
Kconfig.native_linux
Kconfig.nrf
Kconfig.numaker
Kconfig.nxp_s32
Kconfig.rcar
Kconfig.sam
Kconfig.sam0
Kconfig.sja1000
Kconfig.stm32
Kconfig.tcan4x5x
Kconfig.xmc4xxx
can_common.c
can_esp32_twai.c
can_fake.c
can_handlers.c
can_kvaser_pci.c
can_loopback.c
can_mcan.c
can_mcp251xfd.c
can_mcp251xfd.h
can_mcp2515.c
can_mcp2515.h
can_mcux_flexcan.c
can_mcux_mcan.c
can_native_linux.c
can_native_linux_adapt.c
can_native_linux_adapt.h
can_nrf.c
can_numaker.c
can_nxp_s32_canxl.c
can_rcar.c
can_sam.c
can_sam0.c
can_shell.c drivers: can: shell: use `shell_fprintf_normal` instead of `shell_fprintf` 2024-09-10 11:44:23 +02:00
can_sja1000.c style: drivers: adjust `return` usage in `void functions` 2024-09-18 09:56:16 +02:00
can_sja1000_priv.h
can_stm32_bxcan.c
can_stm32_fdcan.c
can_stm32h7_fdcan.c
can_tcan4x5x.c
can_xmc4xxx.c