Re: [PATCHv2 net 1/2] sctp: reduce indent level in sctp_copy_local_addr_list

2016-12-21 Thread Neil Horman
On Tue, Dec 20, 2016 at 01:49:49PM +0800, Xin Long wrote: > This patch is to reduce indent level by using continue when the addr > is not allowed, and also drop end_copy by using break. > > Signed-off-by: Xin Long > --- > net/sctp/protocol.c | 37

Re: [PATCHv2 net 1/2] sctp: reduce indent level in sctp_copy_local_addr_list

2016-12-20 Thread Marcelo Ricardo Leitner
On Tue, Dec 20, 2016 at 01:49:49PM +0800, Xin Long wrote: > This patch is to reduce indent level by using continue when the addr > is not allowed, and also drop end_copy by using break. > > Signed-off-by: Xin Long Acked-by: Marcelo Ricardo Leitner

[PATCHv2 net 1/2] sctp: reduce indent level in sctp_copy_local_addr_list

2016-12-19 Thread Xin Long
This patch is to reduce indent level by using continue when the addr is not allowed, and also drop end_copy by using break. Signed-off-by: Xin Long --- net/sctp/protocol.c | 37 +++-- 1 file changed, 19 insertions(+), 18 deletions(-) diff