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 | ||
| i3c_ccc.c | ||
| i3c_cdns.c | ||
| i3c_common.c | ||
| i3c_handlers.c | ||
| i3c_ibi_workq.c | ||
| i3c_mcux.c | ||
| i3c_npcx.c | ||
| i3c_shell.c | ||
| i3c_test.c | ||
| Kconfig | ||
| Kconfig.cdns | ||
| Kconfig.npcx | ||
| Kconfig.nxp | ||
| Kconfig.test | ||