From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH net-next v2 0/4] sctp: do some clean ups Date: Fri, 8 Nov 2013 07:31:19 -0500 Message-ID: <20131108123119.GD4819@hmsreliant.think-freely.org> References: <1383891471-20892-1-git-send-email-wangweidong1@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: vyasevich@gmail.com, davem@davemloft.net, dingtianhong@huawei.com, linux-sctp@vger.kernel.org, netdev@vger.kernel.org To: Wang Weidong Return-path: Received: from charlotte.tuxdriver.com ([70.61.120.58]:41906 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752830Ab3KHMbY (ORCPT ); Fri, 8 Nov 2013 07:31:24 -0500 Content-Disposition: inline In-Reply-To: <1383891471-20892-1-git-send-email-wangweidong1@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Nov 08, 2013 at 02:17:47PM +0800, Wang Weidong wrote: > This patch series include: remove the duplicate initialize, > make code simple, convert func to boolean, fix some typos. > > v1 -> v2: > - patch2: make the code more simplification, as suggested > by Joe Perches. > > Wang Weidong (4): > sctp: remove the duplicate initialize > sctp: remove the else path > sctp: convert sctp_peer_needs_update to boolean > sctp: fix some comments in associola.c > > net/sctp/associola.c | 65 ++++++++-------------------------------------------- > 1 file changed, 10 insertions(+), 55 deletions(-) > > -- > 1.7.12 > > > Acked-by: Neil Horman