a9800e2ea7
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.altera_agilex_bridge | ||
Kconfig.eos_s3 | ||
Kconfig.ice40 | ||
Kconfig.mpfs | ||
Kconfig.slg471x5 | ||
Kconfig.zynqmp | ||
fpga_altera_agilex_bridge.c | ||
fpga_altera_agilex_bridge.h | ||
fpga_eos_s3.c | ||
fpga_eos_s3.h | ||
fpga_ice40.c | ||
fpga_mpfs.c | ||
fpga_shell.c | ||
fpga_slg471x5.c | ||
fpga_zynqmp.c | ||
fpga_zynqmp.h |