Re: [ovs-dev] [PATCH v2 2/4] Don't convert EAGAIN to EPROTO for unix sockets

2023-11-17 Thread 0-day Robot
Bleep bloop. Greetings Ihar Hrachyshka, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: The subject summary should end with a dot. Subject: Don't convert EAGAIN to EPROTO

[ovs-dev] [PATCH v2 2/4] Don't convert EAGAIN to EPROTO for unix sockets

2023-11-17 Thread Ihar Hrachyshka
Unix sockets also have listener backlog. Returning EAGAIN is valid to allow the caller handle the non-blocking temporary failure to connect() gracefully. Signed-off-by: Ihar Hrachyshka --- lib/socket-util-unix.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/socket-util-unix.c