From owner-cvs-src@FreeBSD.ORG Wed May 21 09:03:00 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68E641065675; Wed, 21 May 2008 09:03:00 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mx6.bahnhof.se (mx6.bahnhof.se [213.80.101.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1795E8FC1F; Wed, 21 May 2008 09:02:59 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from localhost (mx6.local [127.0.0.1]) by mx6-reinject (Postfix) with ESMTP id C97CA211130; Wed, 21 May 2008 11:02:58 +0200 (CEST) Received: from mx6.bahnhof.se ([127.0.0.1]) by localhost (mx6.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61938-10-11; Wed, 21 May 2008 11:02:43 +0200 (CEST) Received: from [10.0.0.3] (h-79-136-60-153.NA.cust.bahnhof.se [79.136.60.153]) by mx6.bahnhof.se (Postfix) with ESMTP id 3E7EA211185; Wed, 21 May 2008 11:00:32 +0200 (CEST) Message-ID: <4833E4D4.70705@gmail.com> Date: Wed, 21 May 2008 11:01:08 +0200 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Poul-Henning Kamp References: <200805150122.m4F1MmDj082816@repoman.freebsd.org> In-Reply-To: <200805150122.m4F1MmDj082816@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MX6) X-Spam-Status: No, score=-2.599 tagged_above=-99 required=5 tests=[BAYES_00=-2.599] X-Spam-Score: -2.599 X-Spam-Level: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/speaker spkr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2008 09:03:00 -0000 Poul-Henning Kamp wrote: > phk 2008-05-15 01:22:48 UTC > > FreeBSD src repository > > Modified files: > sys/dev/speaker spkr.c > Log: > Move speaker a lot closer to style(9) > > Submitted by: Martin Voros > > Revision Changes Path > 1.76 +316 -342 src/sys/dev/speaker/spkr.c > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > Hi! You can probably close kern/122182 as well then. It contained a similar patch also supposed to pring spkr.c up to standards with reagards to style. Best Regards! //Niclas