From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH netfilter-next] xt_osf: Use continue to reduce indentation Date: Tue, 23 Dec 2014 14:22:08 +0100 Message-ID: <20141223132208.GB5369@salvia> References: <1418761033.14140.5.camel@perches.com> <8632531418806285@web23h.yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Joe Perches , Patrick McHardy , Jozsef Kadlecsik , netfilter-devel , netdev , LKML To: Evgeniy Polyakov Return-path: Received: from mail.us.es ([193.147.175.20]:60643 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751205AbaLWNTd (ORCPT ); Tue, 23 Dec 2014 08:19:33 -0500 Content-Disposition: inline In-Reply-To: <8632531418806285@web23h.yandex.ru> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Dec 17, 2014 at 11:51:25AM +0300, Evgeniy Polyakov wrote: > Hi everyone > > 16.12.2014, 23:17, "Joe Perches" : > > Invert logic in test to use continue. > > > > This routine already uses continue, use it a bit more to > > minimize > 80 column long lines and unnecessary indentation. > > > > No change in compiled object file. > > Looks good. Thank you. > Which tree should this patch go through? Please pull it in. > > Acked-by: Evgeniy Polyakov Applied to nf-next, thanks.