zephyr/subsys/net/lib/dhcpv4
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
dhcpv4_internal.h net: dhcpv4: Reimplement RENEW/REBIND logic according to RFC2131 2024-06-13 17:50:52 +02:00
dhcpv4_server.c net: dhcpv4_server: dns server option 2024-08-20 18:58:40 -04:00
dhcpv4.c style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
Kconfig net: dhcpv4_server: dns server option 2024-08-20 18:58:40 -04:00