From owner-svn-src-head@FreeBSD.ORG Tue Feb 24 17:20:36 2009 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 DD1711065676; Tue, 24 Feb 2009 17:20:36 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9B9C18FC15; Tue, 24 Feb 2009 17:20:36 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 0D476FF5F; Wed, 25 Feb 2009 06:20:36 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x-CxceTRn7MK; Wed, 25 Feb 2009 06:20:32 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 25 Feb 2009 06:20:32 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id AC1CA1142F; Wed, 25 Feb 2009 06:20:31 +1300 (NZDT) Date: Tue, 24 Feb 2009 09:20:31 -0800 From: Andrew Thompson To: Ed Schouten Message-ID: <20090224172031.GA22381@citylink.fud.org.nz> References: <200902241715.n1OHFTVF071339@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902241715.n1OHFTVF071339@svn.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189002 - in head/sys/dev/usb: bluetooth controller net serial storage template wlan 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: Tue, 24 Feb 2009 17:20:37 -0000 On Tue, Feb 24, 2009 at 05:15:29PM +0000, Ed Schouten wrote: > Author: ed > Date: Tue Feb 24 17:15:29 2009 > New Revision: 189002 > URL: http://svn.freebsd.org/changeset/base/189002 > > Log: > Also use proper capitalisation of FreeBSD in other source files. > > Approved by: thompsa This probably should have said 'Reviewed by' :) I do not hold any locks on the code and just treat the usb code like any other part of the repo. cheers, Andrew