On Sun, Jun 15, 2025 at 01:48:12AM -0700, Alok Tiwari 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.
These changes improve readability and aid in debugging test output.
Signed-off-by: Alok Tiwari alok.a.tiwari@oracle.com
v1 ->v2 remove extra space
Reviewed-by: Simon Horman horms@kernel.org