From owner-svn-src-head@FreeBSD.ORG Wed Nov 5 21:50:30 2008 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75D071065686; Wed, 5 Nov 2008 21:50:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 19D5F8FC08; Wed, 5 Nov 2008 21:50:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id mA5LlS1n034838; Wed, 5 Nov 2008 14:47:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 05 Nov 2008 14:48:40 -0700 (MST) Message-Id: <20081105.144840.-432836001.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: <86skq6gxtn.fsf@ds4.des.no> References: <200811040231.mA42V4EQ083516@svn.freebsd.org> <86skq6gxtn.fsf@ds4.des.no> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, alfred@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r184610 - in head: lib/libusb20 share/man/man4 sys/conf sys/dev/sound/pcm sys/dev/usb2 sys/dev/usb2/bluetooth sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 21:50:30 -0000 In message: <86skq6gxtn.fsf@ds4.des.no> Dag-Erling_Sm=F8rgrav writes: : It looks like whoever wrote this went out of their way to find new an= d : creative ways to break just about every style rule we have. Not just coding style, but also style of /dev entries, the modules style, etc. Warner