Re: [PATCH v2] selftests: nettest: Fix typo in log and error messages for clarity
From: Simon Horman
Date: Mon Jun 16 2025 - 11:47:05 EST
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@xxxxxxxxxx>
> ---
> v1 ->v2
> remove extra space
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>