From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 25 03:51:13 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0B216A4CE; Fri, 25 Jun 2004 03:51:13 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D23FB43D3F; Fri, 25 Jun 2004 03:51:12 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i5P3p8kv027563; Thu, 24 Jun 2004 23:51:08 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i5P3p8Y3027560; Thu, 24 Jun 2004 23:51:08 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 24 Jun 2004 23:51:08 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Xin LI In-Reply-To: <20040625033718.GA1691@frontfree.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-net@FreeBSD.org cc: hackers@FreeBSD.org Subject: Re: Preliminary sys/netinet style patch X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 03:51:13 -0000 On Fri, 25 Jun 2004, Xin LI wrote: > I have a patchset to remove tailing spaces, convert leading spaces to > tabs, and removes spaces before tabs. The patchset is generated with the > following shell command sequence: > > sed -i '' -E s/\ \ /\ /g *.c *.h > sed -i '' -E s/^\ \ \ \ \ \ \ \ /\ /g *.c *.h > sed -i '' -E s/\ \ \ \ \ \ \ \ \ /\ \ /g *.c *.h > sed -i '' -E s/\ +\$//g *.c *.h > > Because the patchset may cause many conflicit with developers working on > netinet/, is this valuable to apply the patchset right now? I think it would make sense to defer this until merging of the netperf, ipfw, and arp-related changes is completed. However, I'm happy to get these and related cleanups into the code just before 5.3. If a month passes and it hasn't happened, please ping me. :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research