nuttx/net/inet
Huang Qi e09048cc88 style: Fix "is is" typo across the codebase.
Correct duplicate "is is" word found in 181 files throughout the
codebase.
In most cases "is is" was changed to "is", but in contexts like
"MCU is is sleep mode" it was corrected to "MCU in sleep mode".

Also fixes a "the the" typo in net/inet/inet_sockif.c.

This is a pure style/documentation fix that improves code readability.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2026-03-24 09:39:26 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
inet.h net: fix inet #14634 regression 2024-11-05 18:36:02 +08:00
inet_globals.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
inet_sockif.c style: Fix "is is" typo across the codebase. 2026-03-24 09:39:26 +08:00
inet_txdrain.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
ipv4_build_header.c net/netdev: modify for hardware checksum offload 2026-01-19 23:22:46 +08:00
ipv4_getpeername.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
ipv4_getsockname.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
ipv4_getsockopt.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
ipv4_setsockopt.c netinet/in.h: Rename imr_interface to imr_address in struct ip_mreqn. 2026-01-16 09:42:12 +08:00
ipv6_build_header.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
ipv6_getpeername.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
ipv6_getsockname.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
ipv6_getsockopt.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
ipv6_setsockopt.c net/inet: replace net_lock with conn_lock 2025-12-29 09:42:18 +08:00
Kconfig modify for offload checksum and add macro with tcp/icmp/icmpv6/igmp checksum 2024-08-24 20:41:40 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00