zephyr/subsys/net/lib/sockets
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
..
CMakeLists.txt Revert "net: sockets: move select() implementation to zvfs" 2024-07-03 15:03:05 -04:00
getaddrinfo.c style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
getnameinfo.c
Kconfig kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
socket_dispatcher.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
socket_obj_core.c posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO 2024-06-04 16:27:12 -05:00
socket_offload.c style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
socketpair.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets_can.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets_internal.h
sockets_misc.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
sockets_net_mgmt.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets_packet.c net: tracing: Add TX time tracing 2024-08-19 21:50:21 -04:00
sockets_select.c Revert "net: sockets: move select() implementation to zvfs" 2024-07-03 15:03:05 -04:00
sockets_service.c net: sockets: Remove async service support 2024-07-10 11:36:59 +02:00
sockets_tls.c net: sockets: tls: Prevent infinite block during handshake 2024-09-19 03:27:05 -04:00
sockets.c net: sockets: Update msg_controllen in recvmsg properly 2024-08-23 15:50:37 +01:00