commit | 165f2cf6405a9e2153b69302845c7d5c9f3cb23b | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Tue Dec 20 13:49:49 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 20 14:15:44 2016 -0500 |
tree | a3825f30ed802dd11acbfd7a18728352bca48b18 | |
parent | 92f95322c65fef330cc0a6bb6ed3e7966f8635d5 [diff] |
sctp: reduce indent level in sctp_copy_local_addr_list 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 <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>