Re: [PATCH] tcp: fix code style in tcp_recvmsg()

2018-12-06 Thread David Miller
From: Pedro Tammela Date: Thu, 6 Dec 2018 10:45:28 -0200 > 2 goto labels are indented with a tab. remove the tabs and > keep the code style consistent. > > Signed-off-by: Pedro Tammela Applied to net-next.

Re: [PATCH] tcp: fix code style in tcp_recvmsg()

2018-12-06 Thread Eric Dumazet
On 12/06/2018 04:45 AM, Pedro Tammela wrote: > 2 goto labels are indented with a tab. remove the tabs and > keep the code style consistent. > > Signed-off-by: Pedro Tammela Thanks Pedro Acked-by: Eric Dumazet