Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Sun, 15 Jun 2025 01:48:12 -0700 you wrote:
This patch corrects several logging and error message in nettest.c:
- Corrects function name in log messages "setsockopt" -> "getsockopt".
- Closes missing parentheses in "setsockopt(IPV6_FREEBIND)".
- Replaces misleading error text ("Invalid port") with the correct description ("Invalid prefix length").
- remove Redundant wording like "status from status" and clarifies context in IPC error messages.
[...]
Here is the summary with links: - [v2] selftests: nettest: Fix typo in log and error messages for clarity https://git.kernel.org/netdev/net-next/c/416b6030e39e
You are awesome, thank you!