From owner-cvs-src@FreeBSD.ORG Wed Apr 7 19:58:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B1816A4D2 for ; Wed, 7 Apr 2004 19:58:08 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9CD0B43D49 for ; Wed, 7 Apr 2004 19:58:08 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 38093 invoked by uid 1000); 8 Apr 2004 02:58:10 -0000 Date: Wed, 7 Apr 2004 19:58:10 -0700 (PDT) From: Nate Lawson To: Colin Percival In-Reply-To: <200404080203.i3823nRG005171@repoman.freebsd.org> Message-ID: <20040407195746.K38090@root.org> References: <200404080203.i3823nRG005171@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_timeout.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 08 Apr 2004 02:58:09 -0000 Thanks! On Wed, 7 Apr 2004, Colin Percival wrote: > cperciva 2004/04/07 19:03:49 PDT > > FreeBSD src repository > > Modified files: > sys/kern kern_timeout.c > Log: > Add whitespace before comment blocks. (reported by njl) > Remove spurious whitespace, add indent protection, fix punctuation, > remove initialization of static variables to zero, put wakeup_ctr > and wakeup_needed in the correct order. (reported by bde) > > This doesn't fix all the style bugs I introduced, but the remaining > style bugs make it easier for me to understand what I did here. > > Revision Changes Path > 1.87 +13 -16 src/sys/kern/kern_timeout.c