Re: [RFC PATCH v5 08/19] af_vsock: update comments for stream sockets

2021-02-22 Thread Stefano Garzarella
On Thu, Feb 18, 2021 at 08:38:48AM +0300, Arseny Krasnov wrote: This replaces 'stream' to 'connect oriented' in comments as SEQPACKET is ^ connection You forgot to update the commit message :-) With that fixed: Reviewed-by: Stefano Garzarella also connect

[RFC PATCH v5 08/19] af_vsock: update comments for stream sockets

2021-02-17 Thread Arseny Krasnov
This replaces 'stream' to 'connect oriented' in comments as SEQPACKET is also connect oriented. Signed-off-by: Arseny Krasnov --- net/vmw_vsock/af_vsock.c | 31 +-- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/net/vmw_vsock/af_vsock.c