From owner-svn-src-all@FreeBSD.ORG Tue Feb 28 22:50:06 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DCD7106564A; Tue, 28 Feb 2012 22:50:06 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 2F07E8FC18; Tue, 28 Feb 2012 22:50:05 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 3A3777300B; Wed, 29 Feb 2012 00:08:19 +0100 (CET) Date: Wed, 29 Feb 2012 00:08:19 +0100 From: Luigi Rizzo To: Oleg Bulyzhin Message-ID: <20120228230819.GA1134@onelab2.iet.unipi.it> References: <201202282153.q1SLrdfQ093936@svn.freebsd.org> <20120228222252.GA801@onelab2.iet.unipi.it> <20120228223937.GA17838@lath.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120228223937.GA17838@lath.rinet.ru> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r232272 - head/sys/netinet/ipfw X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2012 22:50:06 -0000 On Wed, Feb 29, 2012 at 02:39:37AM +0400, Oleg Bulyzhin wrote: > On Tue, Feb 28, 2012 at 11:22:52PM +0100, Luigi Rizzo wrote: > > On Tue, Feb 28, 2012 at 09:53:39PM +0000, Oleg Bulyzhin wrote: > > > Author: oleg > > > Date: Tue Feb 28 21:53:39 2012 > > > New Revision: 232272 > > > URL: http://svn.freebsd.org/changeset/base/232272 > > > > > > Log: > > > lookup_dyn_rule_locked(): style(9) cleanup > > > > > > MFC after: 1 month > > > > is there a reason for delaying the MFC, such as this is > > preparatory work for further changes ? > > Otherwise i'd suggest that whitespace changes like this > > are quickly pushed to the stable branch so that the code > > versions do not diverge. > > > > cheers > > luigi > > Actual commit is r232273, this one used for reduce diff > of meaningful commit. ok, thanks luigi